diff --git a/CHANGELOG.md b/CHANGELOG.md index 043bc26f4..3177ee300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.8.2](https://github.com/dhis2/data-visualizer-app/compare/v100.8.1...v100.8.2) (2024-10-22) + + +### Bug Fixes + +* fetch icon with credentials ([#3264](https://github.com/dhis2/data-visualizer-app/issues/3264)) ([4fad945](https://github.com/dhis2/data-visualizer-app/commit/4fad9450e150b90a6976ad5919c214c1d953da6c)) + ## [100.8.1](https://github.com/dhis2/data-visualizer-app/compare/v100.8.0...v100.8.1) (2024-10-18) diff --git a/package.json b/package.json index 57e563d3a..c7dc1d047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-visualizer-app", - "version": "100.8.1", + "version": "100.8.2", "description": "DHIS2 Data Visualizer", "license": "BSD-3-Clause", "private": true,