diff --git a/CHANGELOG.md b/CHANGELOG.md index dacd9ef8..2ed9d8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.6.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.5.0...v0.6.0) (2024-09-30) + + +### Features + +* add details panel to org list ([8d3b87b](https://github.com/dhis2/maintenance-app-beta/commit/8d3b87b7c47399bac5a8c4b88a8c0046fd69ca74)) + # [0.5.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.4.0...v0.5.0) (2024-09-30) diff --git a/package.json b/package.json index b35b2a44..0bfba2d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintenance-app", - "version": "0.5.0", + "version": "0.6.0", "description": "", "license": "BSD-3-Clause", "private": true,