diff --git a/CHANGELOG.md b/CHANGELOG.md index 994a346cf..24fc74742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [26.6.10](https://github.com/dhis2/analytics/compare/v26.6.9...v26.6.10) (2024-05-14) + + +### Bug Fixes + +* dimension list design (DHIS2-16270) ([#1530](https://github.com/dhis2/analytics/issues/1530)) ([e3931e6](https://github.com/dhis2/analytics/commit/e3931e68a1694b81640d0584a585746132ee74de)) + ## [26.6.9](https://github.com/dhis2/analytics/compare/v26.6.8...v26.6.9) (2024-05-08) diff --git a/package.json b/package.json index 59f3b866d..c3d8280a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/analytics", - "version": "999.9.9-chip-alpha.5", + "version": "26.6.10", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "exports": {