diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0dd5dd8..d877aaa5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.5.1](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.5.0...v100.5.1) (2024-04-25) + + +### Bug Fixes + +* **DHIS2-17002:** accept 'u' html tag instead of 'underline' ([8109a75](https://github.com/dhis2/aggregate-data-entry-app/commit/8109a75141afc6ae2a3a1d39f7111b0daf9fb99a)) + # [100.5.0](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.4.0...v100.5.0) (2024-03-18) diff --git a/package.json b/package.json index a0c24bf3f..71baf8e10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.5.0", + "version": "100.5.1", "description": "", "license": "BSD-3-Clause", "private": true,