diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3adfa7..a5b8642a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.13.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.12.0...v0.13.0) (2024-11-14) + + +### Bug Fixes + +* address feedback on org unit edit page ([2341bcb](https://github.com/dhis2/maintenance-app-beta/commit/2341bcbde28c85cd0d490438a99135155f419cc4)) + + +### Features + +* add indicators list view ([#432](https://github.com/dhis2/maintenance-app-beta/issues/432)) ([16814c1](https://github.com/dhis2/maintenance-app-beta/commit/16814c1061ccfc853ca058215df8b0c4c82a9480)) + # [0.12.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.11.0...v0.12.0) (2024-11-07) diff --git a/package.json b/package.json index d35a365f..160530db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintenance-app", - "version": "0.12.0", + "version": "0.13.0", "description": "", "license": "BSD-3-Clause", "private": true,