From 04c0f9f049b93e98ba48cbbfb28e12f5b836e824 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 11 Aug 2021 11:20:05 +0300 Subject: [PATCH] Release 2.2.0-a1 commit (#201) --- changelogs/CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ galaxy.yml | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index e2ed3e6d..08b6a184 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -5,6 +5,21 @@ Community MySQL Collection Release Notes .. contents:: Topics +v2.2.0-a1 +========= + +Release Summary +--------------- + +This is the minor pre-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 + +New Modules +----------- + +- mysql_role - Adds, removes, or updates a MySQL role + v2.1.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 497e740c..fc374226 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -311,3 +311,17 @@ releases: - 193-reflect_changed_status_in_replace_statements.yml - 2.1.1.yml release_date: '2021-08-11' + 2.2.0-a1: + changes: + release_summary: 'This is the minor pre-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-a1.yml + modules: + - description: Adds, removes, or updates a MySQL role + name: mysql_role + namespace: '' + release_date: '2021-08-11' diff --git a/galaxy.yml b/galaxy.yml index 3e6d8ffd..b09fee01 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 2.1.1 +version: 2.2.0-a1 readme: README.md authors: - Ansible community