diff --git a/changelogs/fragments/369-mysql_user_add_tls_requires.yml b/changelogs/fragments/369-mysql_user_add_tls_requires.yml deleted file mode 100644 index 10d3977..0000000 --- a/changelogs/fragments/369-mysql_user_add_tls_requires.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - mysql_user - add TLS REQUIRES parameters (https://github.com/ansible-collections/community.mysql/pull/9). diff --git a/changelogs/fragments/609-mysql_user_fix_overriding_password_to_the_same.yml b/changelogs/fragments/609-mysql_user_fix_overriding_password_to_the_same.yml deleted file mode 100644 index 9ad0c08..0000000 --- a/changelogs/fragments/609-mysql_user_fix_overriding_password_to_the_same.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- mysql_user - fix overriding password to the same (https://github.com/ansible-collections/community.general/issues/543). diff --git a/changelogs/fragments/618-mysql_user_add_missed_privileges.yml b/changelogs/fragments/618-mysql_user_add_missed_privileges.yml deleted file mode 100644 index cf7a583..0000000 --- a/changelogs/fragments/618-mysql_user_add_missed_privileges.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- mysql_user - add missed privileges to support (https://github.com/ansible-collections/community.general/issues/617). diff --git a/galaxy.yml b/galaxy.yml index 0b8519e..ff3f920 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 1.0.0 +version: 1.0.1 readme: README.md authors: - MySQL Working Group (https://github.com/ansible-collections/community.mysql/wiki/MySQL-Working-Group)