diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a9a7855..0eda8ce4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v2.2.4 (2021-03-19) + +#### :bug: Bug Fix +* [#1012](https://github.com/emberjs/ember-test-helpers/pull/1012) Fix deprecations with Ember 3.27+ ([@rwjblue](https://github.com/rwjblue)) +* [#1009](https://github.com/emberjs/ember-test-helpers/pull/1009) Update dependencies to latest (fix some Ember 3.27 deprecations) ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + + ## v2.2.3 (2021-02-23) #### :bug: Bug Fix diff --git a/package.json b/package.json index 02e972323..b234bf6c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/test-helpers", - "version": "2.2.3", + "version": "2.2.4", "description": "Helpers for testing Ember.js applications", "keywords": [ "ember-addon"