From eb6677fd16f31e2617b1fb3bc08ab929427ee0ba Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Wed, 8 Feb 2023 09:57:20 +0100 Subject: [PATCH] 1.5.0 --- CHANGELOG.rst | 4 ++-- changelogs/changelog.yaml | 30 +++++++++++++++--------------- galaxy.yml | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 114cd7e..da8e743 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,13 +5,13 @@ Community MySQL Collection Release Notes .. contents:: Topics -v1.4.10 +v1.5.0 ======= Release Summary --------------- -This is bugfix release of the ``community.mysql`` collection. +This is a minor 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. diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b4b0edb..1d4368d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -277,21 +277,6 @@ releases: - 1.4.1.yml - 153-mysql_revert_connector_changes.yml release_date: '2021-04-23' - 1.4.10: - 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 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: - - 1.4.10.yml - - 497_mysql_info_returns_connector_name_and_version.yml - - backport-stable-2-pr-452.yml - release_date: '2023-02-08' 1.4.2: changes: minor_changes: @@ -410,3 +395,18 @@ releases: - 1.4.8.yml - simplified-bsd-license.yml release_date: '2022-07-28' + 1.5.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 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: + - 1.5.0.yml + - 497_mysql_info_returns_connector_name_and_version.yml + - backport-stable-2-pr-452.yml + release_date: '2023-02-08' \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index f51d1ea..289ddf9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 1.4.10 +version: 1.5.0 readme: README.md authors: - Ansible community