diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5a73806..7c0247c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community ProxySQL Collection Release Notes .. contents:: Topics +v1.3.2 +====== + +Release Summary +--------------- + +This is a bugfix release of the ``community.proxysql`` collection. + +Bugfixes +-------- + +- module_utils/mysql.py - Proxysql version suffix may not be an integer (https://github.com/ansible-collections/community.proxysql/pull/96). + v1.3.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9c1fbd3..f6fc706 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -81,3 +81,12 @@ releases: - 68-refactor-save-load-config.yml - 86-missing-no-log.yml release_date: '2022-01-05' + 1.3.2: + changes: + bugfixes: + - module_utils/mysql.py - Proxysql version suffix may not be an integer (https://github.com/ansible-collections/community.proxysql/pull/96). + release_summary: This is a bugfix release of the ``community.proxysql`` collection. + fragments: + - 1.3.2.yml + - 96-version-suffix-may-not-be-an-integer.yml + release_date: '2022-04-21' diff --git a/changelogs/fragments/96-version-suffix-may-not-be-an-integer.yml b/changelogs/fragments/96-version-suffix-may-not-be-an-integer.yml deleted file mode 100644 index e6cb520..0000000 --- a/changelogs/fragments/96-version-suffix-may-not-be-an-integer.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - module_utils/mysql.py - Proxysql version suffix may not be an integer (https://github.com/ansible-collections/community.proxysql/pull/96). diff --git a/galaxy.yml b/galaxy.yml index a3ccaab..8dc6ead 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: proxysql -version: 1.3.1 +version: 1.3.2 readme: README.md authors: - Ansible ProxySQL community