diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b379c092..83fb3540c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [31.19.16](https://github.com/dhis2/dashboard-app/compare/v31.19.15...v31.19.16) (2021-10-06) + + +### Bug Fixes + +* include program, programStage, trackedEntityType in map request ([#2011](https://github.com/dhis2/dashboard-app/issues/2011)) ([0d96c84](https://github.com/dhis2/dashboard-app/commit/0d96c844eace1b04dcd1eba735ebdafad81e047b)) + ## [31.19.15](https://github.com/dhis2/dashboard-app/compare/v31.19.14...v31.19.15) (2021-10-01) diff --git a/package.json b/package.json index 5c3250ba7..db4889aca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "31.19.15", + "version": "31.19.16", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",