diff --git a/CHANGELOG.md b/CHANGELOG.md index bb419b055..bedba5d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.3.0](https://github.com/dhis2/maps-app/compare/v100.2.3...v100.3.0) (2024-01-12) + + +### Features + +* add support for hash routing in line with other analytics apps [DHIS2-15762] ([#3009](https://github.com/dhis2/maps-app/issues/3009)) ([b25267d](https://github.com/dhis2/maps-app/commit/b25267d33a8ab5a136f34516ba1bc802ae9e51b3)) + ## [100.2.3](https://github.com/dhis2/maps-app/compare/v100.2.2...v100.2.3) (2023-12-21) diff --git a/package.json b/package.json index e2516fe7d..1098e202c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maps-app", - "version": "100.2.3", + "version": "100.3.0", "description": "DHIS2 Maps", "license": "BSD-3-Clause", "author": "Bjørn Sandvik",