diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df1dc2b4e..cffaa4082d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.5.1](https://github.com/dhis2/data-visualizer-app/compare/v100.5.0...v100.5.1) (2024-03-21) + + +### Bug Fixes + +* fix period filter and loading spinner when filtering in dashboard ([#3002](https://github.com/dhis2/data-visualizer-app/issues/3002)) ([8a54037](https://github.com/dhis2/data-visualizer-app/commit/8a5403754353d8531decc5cdf73129d38219e322)) + # [100.5.0](https://github.com/dhis2/data-visualizer-app/compare/v100.4.0...v100.5.0) (2024-03-19) diff --git a/package.json b/package.json index 24b56e7e84..dde93523f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-visualizer-app", - "version": "100.5.0", + "version": "100.5.1", "description": "DHIS2 Data Visualizer", "license": "BSD-3-Clause", "private": true,