From b642aedc25e45ad8a8736fcf74c1299604144845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Tue, 2 Aug 2022 10:24:25 +0200 Subject: [PATCH] Release 2.3.9 commit (#411) --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 13 +++++++++++++ changelogs/fragments/simplified-bsd-license.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/simplified-bsd-license.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 70eddcb..5b9aea9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Community MySQL Collection Release Notes .. contents:: Topics +v2.3.9 +====== + +Release Summary +--------------- + +This is the patch release of the ``community.mysql`` collection. +This changelog contains all changes to the modules in this collection +that have been added after the release of ``community.mysql`` 2.3.8. + +Bugfixes +-------- + +- Include ``simplified_bsd.txt`` license file for various module utils. + v2.3.8 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 970ca45..64230a2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -492,3 +492,16 @@ releases: - 367-mysql_role-fix-deatch-members.yml - 368-mysql_role-fix-member-detection.yml release_date: '2022-06-02' + 2.3.9: + changes: + bugfixes: + - Include ``simplified_bsd.txt`` license file for various module utils. + release_summary: 'This is the patch release of the ``community.mysql`` collection. + + This changelog contains all changes to the modules in this collection + + that have been added after the release of ``community.mysql`` 2.3.8.' + fragments: + - 2.3.9.yml + - simplified-bsd-license.yml + release_date: '2022-08-02' diff --git a/changelogs/fragments/simplified-bsd-license.yml b/changelogs/fragments/simplified-bsd-license.yml deleted file mode 100644 index 574a695..0000000 --- a/changelogs/fragments/simplified-bsd-license.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Include ``simplified_bsd.txt`` license file for various module utils. diff --git a/galaxy.yml b/galaxy.yml index 04793e9..9be4bae 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 2.3.8 +version: 2.3.9 readme: README.md authors: - Ansible community