diff --git a/CHANGELOG.md b/CHANGELOG.md index f88af0e5..03b4fcd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [29.9.4](https://github.com/dhis2/settings-app/compare/v29.9.3...v29.9.4) (2021-10-28) + + +### Bug Fixes + +* update category order, add new relative period ([03b4c31](https://github.com/dhis2/settings-app/commit/03b4c31bb68d6c5848ef0a6abe6c43c91b935ee8)) + ## [29.9.3](https://github.com/dhis2/settings-app/compare/v29.9.2...v29.9.3) (2021-09-21) diff --git a/package.json b/package.json index a910eff1..25f425a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "settings-app", - "version": "29.9.3", + "version": "29.9.4", "description": "", "license": "BSD-3-Clause", "private": true,