diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdc2f4d8..bc4e1675a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.8.4](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.8.3...v100.8.4) (2024-10-17) + + +### Bug Fixes + +* make data entry app support RTL [DHIS2-16779] ([#409](https://github.com/dhis2/aggregate-data-entry-app/issues/409)) ([d830626](https://github.com/dhis2/aggregate-data-entry-app/commit/d8306261ecf16850cbed10178ba9d6879b981af1)) + ## [100.8.3](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.8.2...v100.8.3) (2024-10-16) diff --git a/package.json b/package.json index 41bcb5865..efbe7d752 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.8.3", + "version": "100.8.4", "description": "", "license": "BSD-3-Clause", "private": true,