Generate changelog for release 1.1.1, remove fragments

This commit is contained in:
Andrew Klychkov 2020-11-03 21:46:32 +03:00
commit c3dd146220
4 changed files with 31 additions and 6 deletions

View file

@ -1,4 +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.1.0.

View file

@ -1,2 +0,0 @@
bugfixes:
- mysql_query - fix failing when single-row query contains commas (https://github.com/ansible-collections/community.mysql/issues/51).