diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c1c5662..db3c34094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.9.4](https://github.com/dhis2/line-listing-app/compare/v100.9.3...v100.9.4) (2023-10-03) + + +### Bug Fixes + +* make "greater than or equal to" render on a single line for conditions (DHIS2-14030) ([#430](https://github.com/dhis2/line-listing-app/issues/430)) ([4886533](https://github.com/dhis2/line-listing-app/commit/488653342a92828255fdb0b8604df89adc97b6b2)) + ## [100.9.3](https://github.com/dhis2/line-listing-app/compare/v100.9.2...v100.9.3) (2023-10-03) diff --git a/package.json b/package.json index da907916c..cc2545810 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "100.9.3", + "version": "100.9.4", "description": "DHIS2 Line Listing", "license": "BSD-3-Clause", "private": true,