Update galaxy.yml for the next expected release version, update README

This commit is contained in:
Andrew Klychkov 2020-10-01 08:31:14 +03:00
parent e669901f3d
commit 1035f06412
2 changed files with 2 additions and 2 deletions

View file

@ -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.1
version: 1.0.2
```
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.

View file

@ -1,6 +1,6 @@
namespace: community
name: mysql
version: 1.0.2
version: 1.0.3
readme: README.md
authors:
- MySQL Working Group (https://github.com/ansible-collections/community.mysql/wiki/MySQL-Working-Group)