mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Release 1.4.2 commit (#198)
This commit is contained in:
parent
64b06aa543
commit
f49206d3b3
3 changed files with 28 additions and 2 deletions
|
@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.4.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`` 1.4.1.
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- mysql_query - correctly reflect changed status in replace statements (https://github.com/ansible-collections/community.mysql/pull/193).
|
||||
|
||||
v1.4.1
|
||||
======
|
||||
|
||||
|
|
|
@ -277,3 +277,16 @@ releases:
|
|||
- 1.4.1.yml
|
||||
- 153-mysql_revert_connector_changes.yml
|
||||
release_date: '2021-04-23'
|
||||
1.4.2:
|
||||
changes:
|
||||
minor_changes:
|
||||
- mysql_query - correctly reflect changed status in replace statements (https://github.com/ansible-collections/community.mysql/pull/193).
|
||||
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.4.1.'
|
||||
fragments:
|
||||
- 1.4.2.yml
|
||||
- 193-reflect_changed_status_in_replace_statements.yml
|
||||
release_date: '2021-08-11'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- mysql_query - correctly reflect changed status in replace statements (https://github.com/ansible-collections/community.mysql/pull/193).
|
Loading…
Add table
Reference in a new issue