Skip to content

Commit

Permalink
prep for v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Jan 10, 2017
1 parent 7002973 commit 77057c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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": "arcgis-cedar",
"version": "0.7.0",
"version": "0.8.0",
"description": "Visualization framework for the ArcGIS Platform",
"main": "./dist/cedar.js",
"scripts": {
Expand Down

0 comments on commit 77057c9

Please sign in to comment.