From e8ccc97d75d30896ef702cb9559ac85d3cf8fa6e Mon Sep 17 00:00:00 2001 From: ansible-middleware-core Date: Wed, 11 Oct 2023 09:42:25 +0000 Subject: [PATCH] Update changelog for release 1.1.4 Signed-off-by: ansible-middleware-core --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bd621e7..07c01c3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ middleware_automation.common Release Notes .. contents:: Topics +v1.1.4 +====== + +Bugfixes +-------- + +- Ensure compatibility with python 2.7 / ansible 2.9 `#19 `_ + v1.1.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 316e958..fdf629d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -38,3 +38,12 @@ releases: fragments: - 16.yaml release_date: '2023-09-22' + 1.1.4: + changes: + bugfixes: + - 'Ensure compatibility with python 2.7 / ansible 2.9 `#19 `_ + + ' + fragments: + - 19.yaml + release_date: '2023-10-11'