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