diff --git a/CHANGELOG.md b/CHANGELOG.md index 03377eab..7925b153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.8](https://github.com/dhis2/user-app/compare/v1.5.7...v1.5.8) (2023-05-28) + + +### Bug Fixes + +* **translations:** sync translations from transifex (master) ([b454fe5](https://github.com/dhis2/user-app/commit/b454fe5953050aa70e9b0092639bc975265f9661)) + ## [1.5.7](https://github.com/dhis2/user-app/compare/v1.5.6...v1.5.7) (2023-05-27) diff --git a/package.json b/package.json index 998f73bb..20d8c028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "user-app", - "version": "1.5.7", + "version": "1.5.8", "description": "DHIS2 User app", "license": "BSD-3-Clause", "private": true,