From de97784eeff1c14440ea085e5e2b23a210777548 Mon Sep 17 00:00:00 2001 From: ansible-middleware-core Date: Tue, 24 Sep 2024 16:32:33 +0000 Subject: [PATCH] Update changelog for release 2.2.4 Signed-off-by: ansible-middleware-core --- CHANGELOG.rst | 9 +++++++++ changelogs/changelog.yaml | 13 +++++++++++++ 2 files changed, 22 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 11972ded..167bb96c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ middleware\_automation.amq Release Notes .. contents:: Topics +v2.2.4 +====== + +Bugfixes +-------- + +- Fix broker.xml connector and connector-ref when using federation `#178 `_ +- New parameter to configure clustering without HA `#175 `_ + v2.2.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a14aad2e..f1cb0886 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -545,3 +545,16 @@ releases: fragments: - 174.yaml release_date: '2024-09-20' + 2.2.4: + changes: + bugfixes: + - 'Fix broker.xml connector and connector-ref when using federation `#178 `_ + + ' + - 'New parameter to configure clustering without HA `#175 `_ + + ' + fragments: + - 175.yaml + - 178.yaml + release_date: '2024-09-24'