diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e192c9f..d620b01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ + +## v5.0.0 (2022-09-13) + +#### :boom: Breaking Change +* [#379](https://github.com/qonto/ember-amount-input/pull/379) Update LTS support only support ember 3.24 or above ([@mrloop](https://github.com/mrloop)) + +#### :bug: Bug Fix +* [#383](https://github.com/qonto/ember-amount-input/pull/383) Add ember-cli-addon-docs dependency so does not error ([@mrloop](https://github.com/mrloop)) + +#### :memo: Documentation +* [#383](https://github.com/qonto/ember-amount-input/pull/383) Add ember-cli-addon-docs dependency so does not error ([@mrloop](https://github.com/mrloop)) + +#### Committers: 1 +- Ewan McDougall ([@mrloop](https://github.com/mrloop)) + ## v4.1.0 (2022-08-19) #### :rocket: Enhancement diff --git a/package.json b/package.json index 3ef9f299..55dca040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-amount-input", - "version": "4.1.0", + "version": "5.0.0", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon"