diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b84df..e678ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [100.9.0](https://github.com/dhis2/data-exchange-app/compare/v100.8.1...v100.9.0) (2024-08-13) + + +### Features + +* add more tests and improve some of the existing ones ([c0bc7a7](https://github.com/dhis2/data-exchange-app/commit/c0bc7a78dc6381a11ee6b85d460c054bf115643a)) +* add more tests to cover add exchange usecase ([4d3389a](https://github.com/dhis2/data-exchange-app/commit/4d3389ac8c480d5ac362ec24ca52b83244cd2554)) +* add tests to cover add exchnage usecase ([09abd23](https://github.com/dhis2/data-exchange-app/commit/09abd2379a9d3d785af05dbf335674ec91e49331)) +* add tests to cover edit exchange usecase and format ([2414879](https://github.com/dhis2/data-exchange-app/commit/2414879da3d82f3f410358e17215d7c5357c9338)) + ## [100.8.1](https://github.com/dhis2/data-exchange-app/compare/v100.8.0...v100.8.1) (2024-08-04) diff --git a/package.json b/package.json index 6c513fd..8c8f27e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-exchange-app", - "version": "100.8.1", + "version": "100.9.0", "description": "", "license": "BSD-3-Clause", "private": true,