diff --git a/CHANGELOG.md b/CHANGELOG.md index a491e06f..e4e7ac8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ + +## v6.0.0 (2023-11-09) + +#### :boom: Breaking Change +* [#731](https://github.com/adopted-ember-addons/ember-cp-validations/pull/731) Update ember-cli to v4.4 and drop support for node v12 ([@fsmanuel](https://github.com/fsmanuel)) + +#### :rocket: Enhancement +* [#741](https://github.com/adopted-ember-addons/ember-cp-validations/pull/741) Replace require with @embroider/macros fixing embroider support ([@achambers](https://github.com/achambers)) + +#### :memo: Documentation +* [#747](https://github.com/adopted-ember-addons/ember-cp-validations/pull/747) Add compatibility to readme ([@mansona](https://github.com/mansona)) +* [#744](https://github.com/adopted-ember-addons/ember-cp-validations/pull/744) Remove Ember. from doc strings ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* [#748](https://github.com/adopted-ember-addons/ember-cp-validations/pull/748) fix peer-dependencies ([@mansona](https://github.com/mansona)) +* [#746](https://github.com/adopted-ember-addons/ember-cp-validations/pull/746) Remove obsolete config changelog.js and release.js ([@mansona](https://github.com/mansona)) +* [#745](https://github.com/adopted-ember-addons/ember-cp-validations/pull/745) Don’t use isArray on ember data objects ([@mansona](https://github.com/mansona)) +* [#743](https://github.com/adopted-ember-addons/ember-cp-validations/pull/743) bump default ember-data version ([@mansona](https://github.com/mansona)) +* [#742](https://github.com/adopted-ember-addons/ember-cp-validations/pull/742) update to v4.12 with ember-cli-update ([@mansona](https://github.com/mansona)) +* [#732](https://github.com/adopted-ember-addons/ember-cp-validations/pull/732) Update ember-cli to v4.8 ([@fsmanuel](https://github.com/fsmanuel)) + +#### Committers: 3 +- Aaron Chambers ([@achambers](https://github.com/achambers)) +- Chris Manson ([@mansona](https://github.com/mansona)) +- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel)) + ## v5.0.0 (2022-10-27) #### :boom: Breaking Change diff --git a/README.md b/README.md index 9a21a06e..2e632cdd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ An EmberJS validation framework that is completely and utterly computed property | Addon | Ember | Node | |-------|---------|---------| -| 5.x | >= 3.28 | >= 14.x | +| 6.x | >= 3.28 | >= 14.x | +| 5.x | >= 3.28 | >= 12.x | | 4.x | <= 3.28 | >= 12.x | diff --git a/package.json b/package.json index 6909c2ef..04bbb31c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cp-validations", - "version": "5.0.0", + "version": "6.0.0", "description": "Ember computed property based validation library", "keywords": [ "ember-addon",