diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index a8cb6bb..6db37c8 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -5,6 +5,21 @@ Community MySQL Collection Release Notes .. contents:: Topics +v1.0.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`` 1.0.1. + + +Bugfixes +-------- + +- mysql_user - fix module's crash when modifying a user with ``host_all`` (https://github.com/ansible-collections/community.mysql/issues/39). + v1.0.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fa5ba50..3f1efd6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -119,3 +119,17 @@ releases: - 26-remove_tls_requirements.yml - 34-mysql_db_fix_false_warning.yml release_date: '2020-09-29' + 1.0.2: + changes: + bugfixes: + - mysql_user - fix module's crash when modifying a user with ``host_all`` (https://github.com/ansible-collections/community.mysql/issues/39). + 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`` 1.0.1. + + ' + fragments: + - 1.0.2.yml + - 40-mysql_user_fix_error_when_host_all_used.yml + release_date: '2020-10-01' diff --git a/changelogs/fragments/1.0.2.yml b/changelogs/fragments/1.0.2.yml deleted file mode 100644 index 9da3b74..0000000 --- a/changelogs/fragments/1.0.2.yml +++ /dev/null @@ -1,3 +0,0 @@ -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`` 1.0.1. diff --git a/changelogs/fragments/40-mysql_user_fix_error_when_host_all_used.yml b/changelogs/fragments/40-mysql_user_fix_error_when_host_all_used.yml deleted file mode 100644 index 8676e61..0000000 --- a/changelogs/fragments/40-mysql_user_fix_error_when_host_all_used.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- mysql_user - fix module's crash when modifying a user with ``host_all`` (https://github.com/ansible-collections/community.mysql/issues/39).