diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 09682bff..dd0132d1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community Crypto Release Notes .. contents:: Topics +v1.6.1 +====== + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- acme_* modules - fix wrong usages of ``ACMEProtocolException`` (https://github.com/ansible-collections/community.crypto/pull/216, https://github.com/ansible-collections/community.crypto/pull/217). + v1.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1b60c02b..def878be 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -372,3 +372,13 @@ releases: - 202-actionmodule-plugin-utils-ansible-core-2.11.yml - 207-acme-account-key-passphrase.yml release_date: '2021-03-22' + 1.6.1: + changes: + bugfixes: + - acme_* modules - fix wrong usages of ``ACMEProtocolException`` (https://github.com/ansible-collections/community.crypto/pull/216, + https://github.com/ansible-collections/community.crypto/pull/217). + release_summary: Bugfix release. + fragments: + - 1.6.1.yml + - 217-acme-exceptions.yml + release_date: '2021-04-11' diff --git a/changelogs/fragments/1.6.1.yml b/changelogs/fragments/1.6.1.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/1.6.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/217-acme-exceptions.yml b/changelogs/fragments/217-acme-exceptions.yml deleted file mode 100644 index 3cd75f55..00000000 --- a/changelogs/fragments/217-acme-exceptions.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "acme_* modules - fix wrong usages of ``ACMEProtocolException`` (https://github.com/ansible-collections/community.crypto/pull/216, https://github.com/ansible-collections/community.crypto/pull/217)."