diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 28b314ac9..d7cfd64a3 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,3 +1,14 @@ +# [@projectcaluma/ember-testing-v11.0.0-beta.10](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-testing-v11.0.0-beta.9...@projectcaluma/ember-testing-v11.0.0-beta.10) (2022-08-05) + + +* feat!: add multi file upload (#2040) ([c4fd004](https://github.com/projectcaluma/ember-caluma/commit/c4fd0049654b2d2e5ea62e5909a45d89cb888b40)), closes [#2040](https://github.com/projectcaluma/ember-caluma/issues/2040) + + +### BREAKING CHANGES + +* This requires the caluma backend version v8.0.0-beta.12 +or later. + # [@projectcaluma/ember-testing-v11.0.0-beta.9](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-testing-v11.0.0-beta.8...@projectcaluma/ember-testing-v11.0.0-beta.9) (2022-06-09) diff --git a/packages/testing/package.json b/packages/testing/package.json index f752d3510..a0bcd86a1 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@projectcaluma/ember-testing", - "version": "11.0.0-beta.9", + "version": "11.0.0-beta.10", "description": "Ember addon for testing with Caluma addons.", "keywords": [ "ember-addon"