diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc2ed65f..c40537fd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Community Crypto Release Notes .. contents:: Topics +v1.1.1 +====== + +Release Summary +--------------- + +Bugfixes for Ansible 2.10.0. + +Bugfixes +-------- + +- meta/runtime.yml - convert Ansible version numbers for old names of modules to collection version numbers (https://github.com/ansible-collections/community.crypto/pull/108). +- openssl_csr - improve handling of IDNA errors (https://github.com/ansible-collections/community.crypto/issues/105). + v1.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d3116a95..5086522f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -185,3 +185,15 @@ releases: name: openssl_signature_info namespace: '' release_date: '2020-08-18' + 1.1.1: + changes: + bugfixes: + - meta/runtime.yml - convert Ansible version numbers for old names of modules + to collection version numbers (https://github.com/ansible-collections/community.crypto/pull/108). + - openssl_csr - improve handling of IDNA errors (https://github.com/ansible-collections/community.crypto/issues/105). + release_summary: Bugfixes for Ansible 2.10.0. + fragments: + - 1.1.1.yml + - 106-openssl_csr-idna-errors.yml + - 108-meta-runtime-versions.yml + release_date: '2020-09-14' diff --git a/changelogs/fragments/106-openssl_csr-idna-errors.yml b/changelogs/fragments/106-openssl_csr-idna-errors.yml deleted file mode 100644 index f522eca9..00000000 --- a/changelogs/fragments/106-openssl_csr-idna-errors.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "openssl_csr - improve handling of IDNA errors (https://github.com/ansible-collections/community.crypto/issues/105)." diff --git a/changelogs/fragments/108-meta-runtime-versions.yml b/changelogs/fragments/108-meta-runtime-versions.yml deleted file mode 100644 index eaf8b4fa..00000000 --- a/changelogs/fragments/108-meta-runtime-versions.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "meta/runtime.yml - convert Ansible version numbers for old names of modules to collection version numbers (https://github.com/ansible-collections/community.crypto/pull/108)." diff --git a/galaxy.yml b/galaxy.yml index bba3e6f8..ae4b75ed 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: crypto -version: 1.2.0 +version: 1.1.1 readme: README.md authors: - Ansible (github.com/ansible)