From 8d7b96d458046f91e382c16e7bf3431516f04262 Mon Sep 17 00:00:00 2001 From: ansible-middleware-core Date: Wed, 11 Oct 2023 09:51:24 +0000 Subject: [PATCH] Update changelog for release 1.1.4 Signed-off-by: ansible-middleware-core --- CHANGELOG.rst | 1 + changelogs/changelog.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 07c01c3..ed72afd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,7 @@ v1.1.4 Bugfixes -------- +- Ensure compatibility with python 2.7 / ansible 2.9 `#19 `_ - Ensure compatibility with python 2.7 / ansible 2.9 `#19 `_ v1.1.3 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fdf629d..dc7c9b4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -43,7 +43,11 @@ releases: bugfixes: - 'Ensure compatibility with python 2.7 / ansible 2.9 `#19 `_ + ' + - 'Ensure compatibility with python 2.7 / ansible 2.9 `#19 `_ + ' fragments: - 19.yaml + - 19.yaml release_date: '2023-10-11'