diff --git a/CHANGELOG.md b/CHANGELOG.md index 5987dad5..843385c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v6.1.0 (2021-02-17) + +#### :rocket: Enhancement +* [#652](https://github.com/ember-cli/ember-exam/pull/652) Update to support `ember-qunit@5` ([@thoov](https://github.com/thoov)) + +#### Committers: 1 +- Travis Hoover ([@thoov](https://github.com/thoov)) + + ## v6.0.1 (2020-10-28) #### :bug: Bug Fix diff --git a/package.json b/package.json index 0edf90da..47a33dbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-exam", - "version": "6.0.1", + "version": "6.1.0", "description": "Run your tests with randomization, splitting, and parallelization for beautiful tests.", "keywords": [ "ember-addon" @@ -142,4 +142,4 @@ "node": "10.23.0", "yarn": "1.22.10" } -} \ No newline at end of file +}