diff --git a/CHANGELOG.md b/CHANGELOG.md index a88a2e633..defbd48e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.9.0](https://github.com/dhis2/data-visualizer-app/compare/v100.8.8...v100.9.0) (2025-01-09) + + +### Features + +* display type and definitions for data items in data selector (DHIS2-14774) ([#3274](https://github.com/dhis2/data-visualizer-app/issues/3274)) ([f44897a](https://github.com/dhis2/data-visualizer-app/commit/f44897a90c2ef47b478788a3336e983e991f6c52)) + ## [100.8.8](https://github.com/dhis2/data-visualizer-app/compare/v100.8.7...v100.8.8) (2024-12-22) diff --git a/package.json b/package.json index 6afc71f5e..a749c9c31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-visualizer-app", - "version": "100.8.8", + "version": "100.9.0", "description": "DHIS2 Data Visualizer", "license": "BSD-3-Clause", "private": true,