From 208719f625e328c68275decfc2c6c2fa28030767 Mon Sep 17 00:00:00 2001 From: n-cc Date: Thu, 18 Jan 2024 13:50:20 -0600 Subject: [PATCH] fix changelog fragment --- CHANGELOG.rst | 12 ------------ changelogs/fragments/604-user-attributes.yaml | 2 ++ 2 files changed, 2 insertions(+), 12 deletions(-) create mode 100644 changelogs/fragments/604-user-attributes.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e61ffdc..f6c6cb8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,18 +6,6 @@ Community MySQL Collection Release Notes This changelog describes changes after version 2.0.0. -v3.9.0 -====== - -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. - -Minor Changes -------------- - -- mysql_user - add user attribute support via the ``attributes`` parameter and return value (https://github.com/ansible-collections/community.mysql/pull/604). - v3.8.0 ====== diff --git a/changelogs/fragments/604-user-attributes.yaml b/changelogs/fragments/604-user-attributes.yaml new file mode 100644 index 0000000..260201d --- /dev/null +++ b/changelogs/fragments/604-user-attributes.yaml @@ -0,0 +1,2 @@ +minor_changes: + - "mysql_user - add user attribute support via the ``attributes`` parameter and return value (https://github.com/ansible-collections/community.mysql/pull/604)."