Release 2.3.2 commit (#253)

This commit is contained in:
Andrew Klychkov 2021-11-29 17:52:22 +03:00 committed by GitHub
parent 7aab5cc04f
commit a2c0bf4f0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 3 deletions

View file

@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
.. contents:: Topics
v2.3.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`` 2.3.1.
Bugfixes
--------
- mysql_db - Fix mismatch when database name contains a ``%`` character (https://github.com/ansible-collections/community.mysql/pull/227).
v2.3.1
======

View file

@ -366,3 +366,16 @@ releases:
- 2.3.1.yml
- 233-mysql_user_return_valid_privs.yml
release_date: '2021-10-19'
2.3.2:
changes:
bugfixes:
- mysql_db - Fix mismatch when database name contains a ``%`` character (https://github.com/ansible-collections/community.mysql/pull/227).
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`` 2.3.1.'
fragments:
- 2.3.2.yml
- 227-db-create-special-name.yaml
release_date: '2021-11-29'

View file

@ -1,2 +0,0 @@
bugfixes:
- mysql_db - Fix mismatch when database name contains a ``%`` character (https://github.com/ansible-collections/community.mysql/pull/227).

View file

@ -1,6 +1,6 @@
namespace: community
name: mysql
version: 2.3.1
version: 2.3.2
readme: README.md
authors:
- Ansible community