diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e47c374..c1c58fd9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [26.9.3](https://github.com/dhis2/analytics/compare/v26.9.2...v26.9.3) (2024-11-22) + + +### Bug Fixes + +* enable ou tree and levels/groups with user orgunits (DHIS2-18066) ([#1702](https://github.com/dhis2/analytics/issues/1702)) ([f58c708](https://github.com/dhis2/analytics/commit/f58c708af214f13147e5c95ede8545fc5c03bc57)) + ## [26.9.2](https://github.com/dhis2/analytics/compare/v26.9.1...v26.9.2) (2024-11-03) diff --git a/package.json b/package.json index d9b4c5da5..9f8436c5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/analytics", - "version": "26.9.2", + "version": "26.9.3", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "exports": {