diff --git a/CHANGELOG.md b/CHANGELOG.md index b96b41ee3..436d10f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.8](https://github.com/dhis2/line-listing-app/compare/v1.1.7...v1.1.8) (2022-03-10) + + +### Bug Fixes + +* remove core app flag to allow app deployment ([#28](https://github.com/dhis2/line-listing-app/issues/28)) ([c64869c](https://github.com/dhis2/line-listing-app/commit/c64869ce456c5a75e7dc04ae2d833d59f975c72c)) + ## [1.1.7](https://github.com/dhis2/line-listing-app/compare/v1.1.6...v1.1.7) (2022-03-10) diff --git a/package.json b/package.json index e5a869857..f0a3aa0a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "1.1.7", + "version": "1.1.8", "description": "DHIS2 Line Listing", "license": "BSD-3-Clause", "private": true,