From 013522660e27ff0ca2fb20ad5cac4f52863162aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kwa=C5=9Bniak?= Date: Wed, 7 Mar 2018 16:55:16 +0100 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5058154..3aba380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -## [v2.0.0-beta.0](https://github.com/Exelord/ember-custom-actions/tree/v2.0.0-beta.0) (2017-12-27) +## [v2.0.0](https://github.com/Exelord/ember-custom-actions/tree/v2.0.0) (2018-03-07) +[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v2.0.0-beta.0...v2.0.0) + +**Implemented enhancements:** + +- Upgrade to ember 3.0 [\#40](https://github.com/Exelord/ember-custom-actions/pull/40) ([Exelord](https://github.com/Exelord)) +- Fix query params [\#38](https://github.com/Exelord/ember-custom-actions/pull/38) ([Exelord](https://github.com/Exelord)) + +**Closed issues:** + +- Assertion Failed: You must provide a path for model action! [\#39](https://github.com/Exelord/ember-custom-actions/issues/39) + +## [v2.0.0-beta.0](https://github.com/Exelord/ember-custom-actions/tree/v2.0.0-beta.0) (2017-12-26) [Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v1.6.0...v2.0.0-beta.0) **Implemented enhancements:** diff --git a/package.json b/package.json index c46c711..ec58f0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-custom-actions", - "version": "2.0.0-beta.0", + "version": "2.0.0", "description": "Custom API actions for Ember 2 applications", "keywords": [ "ember-addon",