diff --git a/CHANGELOG.md b/CHANGELOG.md index 38952de..1423359 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.0.2] - 2015-10-27 +### Added +- Repository field to package.json + ## [0.0.1] - 2015-10-27 Initial release diff --git a/package.json b/package.json index a43a687..8a82e33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elasticsearch-bulk-index-stream", - "version": "0.0.1", + "version": "0.0.2", "description": "A writable stream for bulk indexing records in Elasticsearch", "main": "index.js", "scripts": {