From 6d6085642f80a58c18c5cf1b39ff9dbbe4edb08c Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 2 Mar 2023 15:00:43 +0000 Subject: [PATCH] chore(release): cut 32.22.4 [skip ci] ## [32.22.4](https://github.com/dhis2/maintenance-app/compare/v32.22.3...v32.22.4) (2023-03-02) ### Bug Fixes * **programNotifications:** move webhook url to recipient step ([#2444](https://github.com/dhis2/maintenance-app/issues/2444)) ([2e51775](https://github.com/dhis2/maintenance-app/commit/2e517752db9bc0441588b73588da7c509363d83e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6eafcfd..ca0efac6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [32.22.4](https://github.com/dhis2/maintenance-app/compare/v32.22.3...v32.22.4) (2023-03-02) + + +### Bug Fixes + +* **programNotifications:** move webhook url to recipient step ([#2444](https://github.com/dhis2/maintenance-app/issues/2444)) ([2e51775](https://github.com/dhis2/maintenance-app/commit/2e517752db9bc0441588b73588da7c509363d83e)) + ## [32.22.3](https://github.com/dhis2/maintenance-app/compare/v32.22.2...v32.22.3) (2023-03-01) diff --git a/package.json b/package.json index f3c448c74..defc8dfb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintenance-app", - "version": "32.22.3", + "version": "32.22.4", "description": "DHIS2 Maintenance app", "repository": { "type": "git",