diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d5fd9c..2cc8fc7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [101.0.3](https://github.com/dhis2/import-export-app/compare/v101.0.2...v101.0.3) (2024-03-11) + + +### Bug Fixes + +* **tracker-api-migration:** fix 'created' value not displaying in the job summary ([35e7df7](https://github.com/dhis2/import-export-app/commit/35e7df72bcd979d7963e309dcc9b824de701fdb1)) + ## [101.0.2](https://github.com/dhis2/import-export-app/compare/v101.0.1...v101.0.2) (2024-03-10) diff --git a/package.json b/package.json index 631e7798..397229bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "import-export-app", - "version": "101.0.2", + "version": "101.0.3", "description": "", "license": "BSD-3-Clause", "private": true,