From 0c462c84ff3a0040648816d00dd8a4a8fa0469d4 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 23 Sep 2021 12:32:06 +0300 Subject: [PATCH] Release 2.2.0 commit (#218) --- changelogs/CHANGELOG.rst | 6 +++--- changelogs/changelog.yaml | 10 ++++++++++ galaxy.yml | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index 08b6a18..aacd828 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -5,13 +5,13 @@ Community MySQL Collection Release Notes .. contents:: Topics -v2.2.0-a1 -========= +v2.2.0 +====== Release Summary --------------- -This is the minor pre-release of the ``community.mysql`` collection. +This is the minor 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.1.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fc37422..63d8d87 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -311,6 +311,16 @@ releases: - 193-reflect_changed_status_in_replace_statements.yml - 2.1.1.yml release_date: '2021-08-11' + 2.2.0: + changes: + release_summary: 'This is the minor 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.1.1' + fragments: + - 2.2.0.yml + release_date: '2021-09-23' 2.2.0-a1: changes: release_summary: 'This is the minor pre-release of the ``community.mysql`` collection. diff --git a/galaxy.yml b/galaxy.yml index cfe62f1..bc6ce0e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 2.3.0 +version: 2.2.0 readme: README.md authors: - Ansible community