From 7a77be127ce6c1f5f05b00f59b091681468b983f Mon Sep 17 00:00:00 2001
From: Andrew Klychkov <aaklychkov@mail.ru>
Date: Tue, 13 Oct 2020 16:29:11 +0300
Subject: [PATCH] Update README.md and galaxy.yml

---
 README.md  | 2 +-
 galaxy.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 16adf12..e521c97 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
 ---
 collections:
   - name: community.mysql
-    version: 1.0.2
+    version: 1.1.0
 ```
 
 See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
diff --git a/galaxy.yml b/galaxy.yml
index a3e606a..aa5356a 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -1,6 +1,6 @@
 namespace: community
 name: mysql
-version: 1.1.0
+version: 1.1.1
 readme: README.md
 authors:
   - MySQL Working Group (https://github.com/ansible-collections/community.mysql/wiki/MySQL-Working-Group)