diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b35d118e..4a26d8b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.13.0](https://github.com/dhis2/line-listing-app/compare/v100.12.1...v100.13.0) (2024-01-17) + + +### Features + +* enable legend toggle button for LL dashboard items (DHIS2-15358) ([#443](https://github.com/dhis2/line-listing-app/issues/443)) ([c14551d](https://github.com/dhis2/line-listing-app/commit/c14551d6af91b04637ccf468b031d671e58f8c36)) + ## [100.12.1](https://github.com/dhis2/line-listing-app/compare/v100.12.0...v100.12.1) (2024-01-14) diff --git a/package.json b/package.json index cdcb7eed9..bb0868b92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "100.12.1", + "version": "100.13.0", "description": "DHIS2 Line Listing", "license": "BSD-3-Clause", "private": true,