diff --git a/CHANGELOG.md b/CHANGELOG.md index 2626e16f..db49307d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [0.8.0] ### Added - add transform property to modify query results before rendering ### Support @@ -112,6 +112,7 @@ Baseline version. - Basic interaction events: on, off, clicked - Map to Chart interaction demos +[0.8.0]: https://github.com/Esri/cedar/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/Esri/cedar/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/Esri/cedar/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/Esri/cedar/compare/v0.5.0...v0.6.0 diff --git a/package.json b/package.json index bf797504..580a4529 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcgis-cedar", - "version": "0.7.0", + "version": "0.8.0", "description": "Visualization framework for the ArcGIS Platform", "main": "./dist/cedar.js", "scripts": {