diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e996e8..1f3d01b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # ember-watson Changelog +### 0.8.1 + +- Add remove-ember-data-is-new-serializer-api command [#96](https://github.com/abuiles/ember-watson/pull/96) [fivetanley](https://github.com/fivetanley). + ### 0.7.0 - Add `ember watson:replace-needs-with-injection ` which replaces `needs` with `injection`. For more info check [#87](https://github.com/abuiles/ember-watson/pull/87)) diff --git a/package.json b/package.json index 2a10e21..ea9aebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-watson", - "version": "0.8.0", + "version": "0.8.1", "description": "A young Ember Doctor to help you fix your code.", "main": "index.js", "scripts": {