diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e8e4b329..1342f5d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.2.5](https://github.com/dhis2/dashboard-app/compare/v100.2.4...v100.2.5) (2024-08-27) + + +### Bug Fixes + +* event chart and event report interpretations was showing an error ([#3071](https://github.com/dhis2/dashboard-app/issues/3071)) ([c074cbf](https://github.com/dhis2/dashboard-app/commit/c074cbf90db4d7d14446cb88fbd9382d926b567e)) + ## [100.2.4](https://github.com/dhis2/dashboard-app/compare/v100.2.3...v100.2.4) (2024-08-26) diff --git a/package.json b/package.json index 797bf0fbe..0e58a846a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "100.2.4", + "version": "100.2.5", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",