diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6f89959..b3f330545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.10.0](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.9.1...v100.10.0) (2024-11-06) + + +### Features + +* add title and subtitle too all form types ([0e51947](https://github.com/dhis2/aggregate-data-entry-app/commit/0e51947c87fc978ad001723e03cea0d4f081f437)) + ## [100.9.1](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.9.0...v100.9.1) (2024-10-27) diff --git a/package.json b/package.json index 86fafecb7..cfba09f03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.9.1", + "version": "100.10.0", "description": "", "license": "BSD-3-Clause", "private": true,