Release 3.16.0 commit (#731)

This commit is contained in:
Laurent Indermühle 2025-09-12 17:55:58 +02:00 committed by GitHub
commit 08257cd4d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 4 deletions

View file

@ -316,6 +316,19 @@ releases:
- fix_python2_compatibility.yml
- fix_user_module_for_default_roles.yml
release_date: '2025-07-24'
3.16.0:
changes:
minor_changes:
- '`mysql_query` - add new `session_vars` argument, similar to ansible-collections/community.mysql#489.'
release_summary: 'This is the minor release of the ``community.mysql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
fragments:
- 0_mysql_query_session_vars.yml
- release_3_16_0.yml
release_date: '2025-09-12'
3.2.0:
changes:
bugfixes:

View file

@ -1,3 +0,0 @@
---
minor_changes:
- '`mysql_query` - add new `session_vars` argument, similar to ansible-collections/community.mysql#489.'