diff --git a/CHANGELOG.md b/CHANGELOG.md index 756264036..c4c9cd03f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [31.20.0](https://github.com/dhis2/dashboard-app/compare/v31.19.19...v31.20.0) (2021-10-29) + + +### Features + +* landing page (DHIS2-11989) ([#2049](https://github.com/dhis2/dashboard-app/issues/2049)) ([80612f8](https://github.com/dhis2/dashboard-app/commit/80612f8c3905c8e4422129afa57e0a9aac550bcd)) + ## [31.19.19](https://github.com/dhis2/dashboard-app/compare/v31.19.18...v31.19.19) (2021-10-28) diff --git a/package.json b/package.json index 507a33417..08cbf42ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "31.19.19", + "version": "31.20.0", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",