diff --git a/CHANGELOG.md b/CHANGELOG.md index 9311620db..454553bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [99.10.0](https://github.com/dhis2/dashboard-app/compare/v99.9.15...v99.10.0) (2022-10-07) + + +### Features + +* move PWA update notification to headerbar, display app debug info ([#2126](https://github.com/dhis2/dashboard-app/issues/2126)) ([df235ae](https://github.com/dhis2/dashboard-app/commit/df235ae0658dbe10860adbee5dfb58f5070c239a)) + ## [99.9.15](https://github.com/dhis2/dashboard-app/compare/v99.9.14...v99.9.15) (2022-09-28) diff --git a/package.json b/package.json index 98d587e3d..8eb1c9625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "99.9.15", + "version": "99.10.0", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",