diff --git a/.github_changelog_generator b/.github_changelog_generator index ca8999e..cbce79a 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1 +1 @@ -future-release=v0.6.0 +future-release=v0.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7443a..ea0e0b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v0.7.0](https://github.com/Exelord/ember-rollbar-client/tree/v0.7.0) (2018-02-18) +[Full Changelog](https://github.com/Exelord/ember-rollbar-client/compare/v0.6.0...v0.7.0) + +**Implemented enhancements:** + +- Ember 3.0 [\#28](https://github.com/Exelord/ember-rollbar-client/pull/28) ([Exelord](https://github.com/Exelord)) +- Remove funnel [\#27](https://github.com/Exelord/ember-rollbar-client/pull/27) ([Exelord](https://github.com/Exelord)) + ## [v0.6.0](https://github.com/Exelord/ember-rollbar-client/tree/v0.6.0) (2018-02-10) [Full Changelog](https://github.com/Exelord/ember-rollbar-client/compare/v0.5.2...v0.6.0) diff --git a/package.json b/package.json index 78d4d65..ef26789 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-rollbar-client", - "version": "0.6.0", + "version": "0.7.0", "description": "The Rollbar client for Ember applications.", "keywords": [ "ember-addon",