diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d3d8e9c..01f6c3616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.3.4](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.3...v100.3.4) (2023-08-08) + + +### Bug Fixes + +* handle indicator decimals [DHIS2-15631] ([#350](https://github.com/dhis2/aggregate-data-entry-app/issues/350)) ([a747150](https://github.com/dhis2/aggregate-data-entry-app/commit/a747150ea14151a9632abbeb9967ab7f25e3d003)) + ## [100.3.3](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.2...v100.3.3) (2023-08-07) diff --git a/package.json b/package.json index 19720cfe1..b88a4a820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.3.3", + "version": "100.3.4", "description": "", "license": "BSD-3-Clause", "private": true,