diff --git a/CHANGELOG.md b/CHANGELOG.md index 0805c4b..4bc2cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ea6711f..7e36980 100644 --- a/package.json +++ b/package.json @@ -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": {