diff --git a/CHANGELOG.md b/CHANGELOG.md index 657ba01..72b39d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.10.0](https://github.com/dhis2/data-exchange-app/compare/v100.9.9...v100.10.0) (2024-10-15) + + +### Features + +* add skipAudit, dryRun, and import strategy to UI [DHIS2-17489] ([#100](https://github.com/dhis2/data-exchange-app/issues/100)) ([50854f8](https://github.com/dhis2/data-exchange-app/commit/50854f86dd335d41e063a6653cb0d11b71520646)) + ## [100.9.9](https://github.com/dhis2/data-exchange-app/compare/v100.9.8...v100.9.9) (2024-10-06) diff --git a/package.json b/package.json index 5435543..e3b4ea7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-exchange-app", - "version": "100.9.9", + "version": "100.10.0", "description": "", "license": "BSD-3-Clause", "private": true,