diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c845fe7..8b379c092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [31.19.15](https://github.com/dhis2/dashboard-app/compare/v31.19.14...v31.19.15) (2021-10-01) + + +### Bug Fixes + +* disable layout when offline ([#2007](https://github.com/dhis2/dashboard-app/issues/2007)) ([6af98f1](https://github.com/dhis2/dashboard-app/commit/6af98f13dad4b15763cbff7e84ef79be774b5b14)) + ## [31.19.14](https://github.com/dhis2/dashboard-app/compare/v31.19.13...v31.19.14) (2021-10-01) diff --git a/package.json b/package.json index 9005bb393..5c3250ba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "31.19.14", + "version": "31.19.15", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",