diff --git a/CHANGELOG.md b/CHANGELOG.md index d88e0738..5f9ed59f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.1.7](https://github.com/dhis2/user-app/compare/v100.1.6...v100.1.7) (2024-07-15) + + +### Bug Fixes + +* ignore case when sorting grouped authorities by name ([6f50370](https://github.com/dhis2/user-app/commit/6f50370ac1227e65fa66c41b4f583db2514674a1)) + ## [100.1.6](https://github.com/dhis2/user-app/compare/v100.1.5...v100.1.6) (2024-06-25) diff --git a/package.json b/package.json index eb9787c4..dc6afa11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "user-app", - "version": "100.1.6", + "version": "100.1.7", "description": "DHIS2 User app", "license": "BSD-3-Clause", "private": true,