Generate CHANGELOG.rst

This commit is contained in:
Andrew Klychkov 2020-10-01 08:17:20 +03:00
commit e669901f3d
4 changed files with 29 additions and 5 deletions

View file

@ -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.

View file

@ -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).