diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c0cb4..ecddabb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.9.5](https://github.com/dhis2/data-exchange-app/compare/v100.9.4...v100.9.5) (2024-09-11) + + +### Bug Fixes + +* persist update to personal access token [DHIS2-17382] ([#101](https://github.com/dhis2/data-exchange-app/issues/101)) ([db25fa4](https://github.com/dhis2/data-exchange-app/commit/db25fa4dd8f1558a64e1daf7135ac8ae558ba5b7)) + ## [100.9.4](https://github.com/dhis2/data-exchange-app/compare/v100.9.3...v100.9.4) (2024-09-11) diff --git a/package.json b/package.json index 5ab2479..54c3179 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-exchange-app", - "version": "100.9.4", + "version": "100.9.5", "description": "", "license": "BSD-3-Clause", "private": true,