diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e4bd11b..ef81b1f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.7.5](https://github.com/dhis2/maps-app/compare/v100.7.4...v100.7.5) (2024-11-12) + + +### Bug Fixes + +* allow editing invalid layers ([#3396](https://github.com/dhis2/maps-app/issues/3396)) ([13931b0](https://github.com/dhis2/maps-app/commit/13931b0ea4b37ac86b701b97643ea757c2642a0f)) + ## [100.7.4](https://github.com/dhis2/maps-app/compare/v100.7.3...v100.7.4) (2024-11-04) diff --git a/package.json b/package.json index 9d8a8b465..7cc1f713f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maps-app", - "version": "100.7.4", + "version": "100.7.5", "description": "DHIS2 Maps", "license": "BSD-3-Clause", "author": "Bjørn Sandvik",