From 336b1434cfd32c5bd667949c98f9d5255ccd636c Mon Sep 17 00:00:00 2001 From: ansible-middleware-core Date: Mon, 2 Sep 2024 12:55:48 +0000 Subject: [PATCH] Update changelog for release 1.3.2 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 c61f1f8..e3852b8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,15 @@ middleware\_automation.infinispan Release Notes This changelog describes changes after version 0.1.9. +v1.3.2 +====== + +Minor Changes +------------- + +- Update minimum ansible-core >= 2.15 `#46 `_ +- Update to 8.4.8 / 15.0.2 and remove deprecated configs `#44 `_ + v1.3.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1792b6d..34496f5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -148,3 +148,16 @@ releases: - 42.yaml - 43.yaml release_date: '2024-03-04' + 1.3.2: + changes: + minor_changes: + - 'Update minimum ansible-core >= 2.15 `#46 `_ + + ' + - 'Update to 8.4.8 / 15.0.2 and remove deprecated configs `#44 `_ + + ' + fragments: + - 44.yaml + - 46.yaml + release_date: '2024-09-02'