diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index 3b97d9a..4129b5e 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -6,6 +6,21 @@ Community MySQL Collection Release Notes This changelog describes changes after version 2.0.0. +v3.1.2 +====== + +Release Summary +--------------- + +This is the patch 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`` 3.1.1. + +Bugfixes +-------- + +- Collection core functions - fixes related to the mysqlclient Python connector (https://github.com/ansible-collections/community.mysql/issues/292). + v3.1.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index da04ced..e8af856 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -62,3 +62,17 @@ releases: - 282-mysql_role_fix_set_default_role_all_argument.yml - 3.1.1.yml release_date: '2022-02-16' + 3.1.2: + changes: + bugfixes: + - Collection core functions - fixes related to the mysqlclient Python connector + (https://github.com/ansible-collections/community.mysql/issues/292). + release_summary: 'This is the patch 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`` 3.1.1.' + fragments: + - 0-mysqlclient.yml + - 3.1.2.yml + release_date: '2022-03-14' diff --git a/changelogs/fragments/0-mysqlclient.yml b/changelogs/fragments/0-mysqlclient.yml deleted file mode 100644 index 8c058d1..0000000 --- a/changelogs/fragments/0-mysqlclient.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- Collection core functions - fixes related to the mysqlclient Python connector (https://github.com/ansible-collections/community.mysql/issues/292).