diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2858b87e..fa830cc4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.6.0](https://github.com/elastic/elastic-charts/compare/v3.5.1...v3.6.0) (2019-04-04) + + +### Features + +* **annotations:** render line annotations via LineAnnotation spec ([#126](https://github.com/elastic/elastic-charts/issues/126)) ([98ff170](https://github.com/elastic/elastic-charts/commit/98ff170)) + ## [3.5.1](https://github.com/elastic/elastic-charts/compare/v3.5.0...v3.5.1) (2019-04-02) diff --git a/package.json b/package.json index 3a7e2bd6a5..0b491bfe46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", - "version": "3.5.1", + "version": "3.6.0", "author": "Marco Vettorello ", "license": "Apache-2.0", "main": "dist/index.js",