diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ec8afa83..8aeff544a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.18.0] - 2020-06-09 ### Added @@ -8,6 +8,7 @@ - `statistics` step form to compute main statistics, like median or quintiles, of a numeric column. ### Changed + - Button to toggle variable input is '{}' ## [0.17.4] - 2020-05-15 @@ -296,6 +297,7 @@ - Initial version, showtime! +[0.18.0]: https://github.com/ToucanToco/weaverbird/compare/v0.17.4...v0.18.0 [0.17.4]: https://github.com/ToucanToco/weaverbird/compare/v0.17.3...v0.17.4 [0.17.3]: https://github.com/ToucanToco/weaverbird/compare/v0.17.2...v0.17.3 [0.17.2]: https://github.com/ToucanToco/weaverbird/compare/v0.17.0...v0.17.2 diff --git a/package.json b/package.json index 39171757f9..cb21674c2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weaverbird", - "version": "0.17.4", + "version": "0.18.0", "description": "A generic Visual Query Builder built in Vue.js", "bugs": { "url": "https://github.com/ToucanToco/weaverbird/issues",