From 1243d85f651916960466c0680b9dd8cb395e69f7 Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Wed, 8 Feb 2023 10:34:31 +0100 Subject: [PATCH] prepare community.mysql 2.4.0 (#506) * prepare 2.3.11 * 2.4.0 --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ ...ql_info_returns_connector_name_and_version.yml | 3 --- galaxy.yml | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 changelogs/fragments/497_mysql_info_returns_connector_name_and_version.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5b9aea9..fd991b5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Community MySQL Collection Release Notes .. contents:: Topics +v2.4.0 +======= + +Release Summary +--------------- + +This is a bugfix release of the ``community.mysql`` collection. +This changelog contains all changes to the modules and plugins in this collection +that have been made after the previous release. + +Minor Changes +------------- + +- mysql_info - add ``connector_name`` and ``connector_version`` to returned values (https://github.com/ansible-collections/community.mysql/pull/497). + v2.3.9 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 64230a2..f5556ed 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -505,3 +505,17 @@ releases: - 2.3.9.yml - simplified-bsd-license.yml release_date: '2022-08-02' + 2.4.0: + changes: + minor_changes: + - mysql_info - add ``connector_name`` and ``connector_version`` to returned + values (https://github.com/ansible-collections/community.mysql/pull/497). + release_summary: 'This is a bugfix release of the ``community.mysql`` collection. + + This changelog contains all changes to the modules and plugins in this collection + + that have been made after the previous release.' + fragments: + - 2.3.11.yml + - 497_mysql_info_returns_connector_name_and_version.yml + release_date: '2023-02-08' diff --git a/changelogs/fragments/497_mysql_info_returns_connector_name_and_version.yml b/changelogs/fragments/497_mysql_info_returns_connector_name_and_version.yml deleted file mode 100644 index 11fc4f5..0000000 --- a/changelogs/fragments/497_mysql_info_returns_connector_name_and_version.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - mysql_info - add ``connector_name`` and ``connector_version`` to returned values (https://github.com/ansible-collections/community.mysql/pull/497). diff --git a/galaxy.yml b/galaxy.yml index 8dd852c..51b81fd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 2.3.10 +version: 2.4.0 readme: README.md authors: - Ansible community