diff --git a/CHANGELOG.md b/CHANGELOG.md index b58ec8a47..8278c621c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [99.10.2](https://github.com/dhis2/dashboard-app/compare/v99.10.1...v99.10.2) (2022-10-18) + + +### Bug Fixes + +* use new TranslationDialog component ([#2111](https://github.com/dhis2/dashboard-app/issues/2111)) ([ce58d7f](https://github.com/dhis2/dashboard-app/commit/ce58d7fd76e906ae2ab9b815af1fcb5af300f84d)) + ## [99.10.1](https://github.com/dhis2/dashboard-app/compare/v99.10.0...v99.10.1) (2022-10-17) diff --git a/package.json b/package.json index 3e11b440e..812f88db2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "99.10.1", + "version": "99.10.2", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",