Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## v2.0.0 (2020-09-24)

#### :boom: Breaking Change
* [#34](https://github.com/offirgolan/ember-bootstrap-cp-validations/pull/34) Support ember-bootstrap v4 and ember-cp-validations v4, drop support for older versions ([@simonihmig](https://github.com/simonihmig))
* [#24](https://github.com/offirgolan/ember-bootstrap-cp-validations/pull/24) Update dependencies, drop support for Ember < 3.16 and node < 10 ([@simonihmig](https://github.com/simonihmig))

#### :rocket: Enhancement
* [#34](https://github.com/offirgolan/ember-bootstrap-cp-validations/pull/34) Support ember-bootstrap v4 and ember-cp-validations v4, drop support for older versions ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* [#30](https://github.com/offirgolan/ember-bootstrap-cp-validations/pull/30) Setup dependabot ([@simonihmig](https://github.com/simonihmig))
* [#29](https://github.com/offirgolan/ember-bootstrap-cp-validations/pull/29) Setup release-it ([@simonihmig](https://github.com/simonihmig))

#### Committers: 2
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-bootstrap-cp-validations",
"version": "1.0.0",
"version": "2.0.0",
"description": "ember-cp-validations support for ember-bootstrap",
"keywords": [
"ember-addon",
Expand Down