From fecc9866e3f03d73343b34650d8dcf4db5b32c9a Mon Sep 17 00:00:00 2001
From: Andrew Klychkov <aklychko@redhat.com>
Date: Mon, 14 Mar 2022 17:17:21 +0300
Subject: [PATCH] Release 2.3.5 commit (#303)

---
 changelogs/CHANGELOG.rst               | 13 +++++++++++++
 changelogs/changelog.yaml              | 12 ++++++++++++
 changelogs/fragments/0-mysqlclient.yml |  2 --
 galaxy.yml                             |  2 +-
 4 files changed, 26 insertions(+), 3 deletions(-)
 delete mode 100644 changelogs/fragments/0-mysqlclient.yml

diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst
index 212af17..3a87065 100644
--- a/changelogs/CHANGELOG.rst
+++ b/changelogs/CHANGELOG.rst
@@ -5,6 +5,19 @@ Community MySQL Collection Release Notes
 .. contents:: Topics
 
 
+v2.3.5
+======
+
+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`` 2.3.4.
+
+Bugfixes
+--------
+
+- Collection core functions - fixes related to the mysqlclient Python connector (https://github.com/ansible-collections/community.mysql/issues/292).
+
 v2.3.4
 ======
 
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 3fb24b7..4178449 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -403,3 +403,15 @@ releases:
     - 2.3.4.yml
     - 282-mysql_role_fix_set_default_role_all_argument.yml
     release_date: '2022-02-16'
+  2.3.5:
+    changes:
+      bugfixes:
+      - Collection core functions - fixes related to the mysqlclient Python connector
+        (https://github.com/ansible-collections/community.mysql/issues/292).
+      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`` 2.3.4.
+    fragments:
+    - 0-mysqlclient.yml
+    - 2.3.5.yml
+    release_date: '2022-03-14'
diff --git a/changelogs/fragments/0-mysqlclient.yml b/changelogs/fragments/0-mysqlclient.yml
deleted file mode 100644
index 8c058d1..0000000
--- a/changelogs/fragments/0-mysqlclient.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
-- Collection core functions - fixes related to the mysqlclient Python connector (https://github.com/ansible-collections/community.mysql/issues/292).
diff --git a/galaxy.yml b/galaxy.yml
index 692a899..20fd1c2 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -1,6 +1,6 @@
 namespace: community
 name: mysql
-version: 2.3.4
+version: 2.3.5
 readme: README.md
 authors:
   - Ansible community