diff --git a/changelogs/fragments/1.0.0.yml b/changelogs/fragments/1.0.0.yml new file mode 100644 index 0000000..d3c27de --- /dev/null +++ b/changelogs/fragments/1.0.0.yml @@ -0,0 +1,3 @@ +release_summary: | + This is the first proper release of the ``community.mysql`` collection. + This changelog contains all changes to the modules in this collection that were added after the release of Ansible 2.9.0. diff --git a/galaxy.yml b/galaxy.yml index c6fa7cc..0b8519e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 0.1.0 +version: 1.0.0 readme: README.md authors: - MySQL Working Group (https://github.com/ansible-collections/community.mysql/wiki/MySQL-Working-Group)