diff --git a/CHANGELOG.md b/CHANGELOG.md index 836a1bb..bc9b9d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [100.2.32](https://github.com/dhis2/app-management-app/compare/v100.2.31...v100.2.32) (2023-12-15) + + +### Bug Fixes + +* **DHIS2-13915:** show spinner when an app is being installed ([7e2ae44](https://github.com/dhis2/app-management-app/commit/7e2ae44da1b13b6f5db928aea04ca8e0fc3d139f)) +* **DHIS2-15586:** update installed state for non-core apps ([8a0eff0](https://github.com/dhis2/app-management-app/commit/8a0eff0063dd04b632129e499c86c5f8addc88d1)) + ## [100.2.31](https://github.com/dhis2/app-management-app/compare/v100.2.30...v100.2.31) (2023-12-14) diff --git a/package.json b/package.json index 5abe649..a8b6578 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-management-app", - "version": "100.2.31", + "version": "100.2.32", "description": "The Application Management App provides the ability to upload webapps in .zip files, as well as installing apps directly from the official DHIS 2 App Store", "scripts": { "start": "d2-app-scripts start",