diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e857f422b..cf1e128158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.5.9](https://github.com/dhis2/data-visualizer-app/compare/v100.5.8...v100.5.9) (2024-06-27) + + +### Bug Fixes + +* analytics@26.7.6 apply legend to all numeric and boolean types ([#3128](https://github.com/dhis2/data-visualizer-app/issues/3128)) ([7ba8ae0](https://github.com/dhis2/data-visualizer-app/commit/7ba8ae01fc624bd769b82ac41e97b9bc6eeec916)) + ## [100.5.8](https://github.com/dhis2/data-visualizer-app/compare/v100.5.7...v100.5.8) (2024-06-25) diff --git a/package.json b/package.json index c6a2b6e58e..22efc6979a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-visualizer-app", - "version": "100.5.8", + "version": "100.5.9", "description": "DHIS2 Data Visualizer", "license": "BSD-3-Clause", "private": true,