Release 1.4.1 commit (#159)

This commit is contained in:
Andrew Klychkov 2021-04-23 16:59:12 +03:00 committed by GitHub
parent fe8f3662eb
commit b3a83aa0a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 3 deletions

View file

@ -5,6 +5,21 @@ Community MySQL Collection Release Notes
.. contents:: Topics
v1.4.1
======
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.0.
Bugfixes
--------
- mysql - revert changes of connector arguments made in pull request 116 causing the invalid keyword argument error (https://github.com/ansible-collections/community.mysql/pull/116).
v1.4.0
======

View file

@ -263,3 +263,17 @@ releases:
- 115-add_mysql_full_version_suffix_return_var.yml
- 116-change_deprecated_connection_ parameters.yml
release_date: '2021-04-16'
1.4.1:
changes:
bugfixes:
- mysql - revert changes of connector arguments made in pull request 116 causing
the invalid keyword argument error (https://github.com/ansible-collections/community.mysql/pull/116).
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.0.'
fragments:
- 1.4.1.yml
- 153-mysql_revert_connector_changes.yml
release_date: '2021-04-23'

View file

@ -1,2 +0,0 @@
bugfixes:
- mysql - revert changes of connector arguments made in pull request 116 causing the invalid keyword argument error (https://github.com/ansible-collections/community.mysql/pull/116).

View file

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