diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fb0c7e6..87fd88b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [32.33.0](https://github.com/dhis2/maintenance-app/compare/v32.32.3...v32.33.0) (2024-11-05) + + +### Features + +* add max length to inputs for title and subtitle ([5fdcc44](https://github.com/dhis2/maintenance-app/commit/5fdcc44590d3596906d7e48a0b7291f7fd78419c)) + ## [32.32.3](https://github.com/dhis2/maintenance-app/compare/v32.32.2...v32.32.3) (2024-11-04) diff --git a/package.json b/package.json index 28f1bc844..2d360622d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintenance-app", - "version": "32.32.3", + "version": "32.33.0", "description": "DHIS2 Maintenance app", "repository": { "type": "git",