From 99548e10cbbf35e3b567546e785d7dfe5d039e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Tue, 2 Aug 2022 10:08:19 +0200 Subject: [PATCH] Release 1.4.8 commit (#410) --- 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 96cfaee..112b294 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Community MySQL Collection Release Notes .. contents:: Topics +v1.4.8 +====== + +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`` 1.4.7. + +Bugfixes +-------- + +- Include ``simplified_bsd.txt`` license file for various module utils. + v1.4.7 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cb46074..b24e587 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -382,3 +382,16 @@ releases: - 322-mysql_query_fix_false_change_report.yml - 334-mysql_user_fix_logic_on_oncreate.yml release_date: '2022-06-02' + 1.4.8: + 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`` 1.4.7.' + fragments: + - 1.4.8.yml + - simplified-bsd-license.yml + release_date: '2022-07-28' 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 f94c962..46e971c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 1.4.7 +version: 1.4.8 readme: README.md authors: - Ansible community