diff --git a/changelogs/fragments/566_bump_version_161.yml b/changelogs/fragments/566_bump_version_161.yml new file mode 100644 index 0000000..18bb513 --- /dev/null +++ b/changelogs/fragments/566_bump_version_161.yml @@ -0,0 +1,3 @@ +--- +trivial: + - Bump version to 1.6.1 for next release. diff --git a/galaxy.yml b/galaxy.yml index 92fcf51..8565e64 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: ansible name: posix -version: 1.6.0 +version: 1.6.1 readme: README.md authors: - Ansible (github.com/ansible) @@ -10,6 +10,6 @@ license_file: COPYING tags: [posix, networking, shell, unix] dependencies: {} repository: https://github.com/ansible-collections/ansible.posix -documentation: https://github.com/ansible-collections/ansible.posix/tree/main/docs +documentation: https://docs.ansible.com/ansible/latest/collections/ansible/posix/ homepage: https://github.com/ansible-collections/ansible.posix issues: https://github.com/ansible-collections/ansible.posix