Skip to content

Commit

Permalink
Merge pull request #6 from voldern/v2.0.1
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
voldern authored Aug 22, 2017
2 parents 4419585 + 425bd0e commit af6d562
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.1] - 2017-08-22
### Fixed
- Support error objects returned by newer versions of ES.
https://github.com/voldern/elasticsearch-writable-stream/issues/4

## [2.0.0] - 2016-09-13
### Changed
- Renamed library to `elasticsearch-writable-stream`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elasticsearch-writable-stream",
"version": "2.0.0",
"version": "2.0.1",
"description": "A writable stream for doing operations in Elasticsearch",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit af6d562

Please sign in to comment.