diff --git a/CHANGELOG.md b/CHANGELOG.md index 5659a4976..6f27cb8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [101.1.1](https://github.com/dhis2/line-listing-app/compare/v101.1.0...v101.1.1) (2024-06-27) + + +### Bug Fixes + +* bump analytics with fix for DHIS2-16904 ([#556](https://github.com/dhis2/line-listing-app/issues/556)) ([31c7336](https://github.com/dhis2/line-listing-app/commit/31c73366f5e0a0a978bb4c28d965291b6f7ff8e4)) + # [101.1.0](https://github.com/dhis2/line-listing-app/compare/v101.0.7...v101.1.0) (2024-06-26) diff --git a/package.json b/package.json index 5e7ffd3f9..dd2f842c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "101.1.0", + "version": "101.1.1", "description": "DHIS2 Line Listing", "license": "BSD-3-Clause", "private": true,