Skip to content

Commit

Permalink
Merge branch 'v0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Volden committed Jul 22, 2016
2 parents 5b66fc8 + 9f40686 commit d7187f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.0] - 2016-07-22
### Added
- Make it possible to add parent property to documents

## [0.2.1] - 2016-05-26
### Fixed
- Clear flush timer when stream has ended
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-bulk-index-stream",
"version": "0.2.1",
"version": "0.3.0",
"description": "A writable stream for bulk indexing records in Elasticsearch",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d7187f7

Please sign in to comment.