diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f585cb6..23e4084b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.7.0] - 2016-09-19 ### Added - Add C'Thun Rituals (@azeier) - Add `Joust.destroy()` @@ -122,7 +124,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Code for initial development release -[Unreleased]: https://github.com/HearthSim/joust/compare/0.6.0...HEAD +[Unreleased]: https://github.com/HearthSim/joust/compare/0.7.0...HEAD +[0.7.0]: https://github.com/HearthSim/joust/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/HearthSim/joust/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/HearthSim/joust/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/HearthSim/joust/compare/0.3.1...0.4.0 diff --git a/package.json b/package.json index 47b112d8..4ebb507b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Joust", - "version": "0.6.0", + "version": "0.7.0", "description": "Hearthstone replays in your browser", "main": "main.js", "scripts": {