diff --git a/CHANGELOG.md b/CHANGELOG.md index f7090c979..f3c0a230f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.11.0](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.10.1...v100.11.0) (2024-11-13) + + +### Features + +* when we have multiple sections, default to first section to avoid performance problems ([ce98863](https://github.com/dhis2/aggregate-data-entry-app/commit/ce98863bbe15657d1dfbf485e91baf608bf11b7f)) + ## [100.10.1](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.10.0...v100.10.1) (2024-11-10) diff --git a/package.json b/package.json index dbd31bb88..3b69e4843 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.10.1", + "version": "100.11.0", "description": "", "license": "BSD-3-Clause", "private": true,