diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d805ef1d..871f7ef8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community Crypto Release Notes .. contents:: Topics +v2.15.1 +======= + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- acme_* modules - correctly handle error documents without ``type`` (https://github.com/ansible-collections/community.crypto/issues/651, https://github.com/ansible-collections/community.crypto/pull/652). + v2.15.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index bb75ef1a..7e3c8f9d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -924,6 +924,16 @@ releases: name: gpg_fingerprint namespace: null release_date: '2023-08-12' + 2.15.1: + changes: + bugfixes: + - acme_* modules - correctly handle error documents without ``type`` (https://github.com/ansible-collections/community.crypto/issues/651, + https://github.com/ansible-collections/community.crypto/pull/652). + release_summary: Bugfix release. + fragments: + - 2.15.1.yml + - 652-problem-type.yml + release_date: '2023-08-22' 2.2.0: changes: bugfixes: diff --git a/changelogs/fragments/2.15.1.yml b/changelogs/fragments/2.15.1.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/2.15.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/652-problem-type.yml b/changelogs/fragments/652-problem-type.yml deleted file mode 100644 index 313fe639..00000000 --- a/changelogs/fragments/652-problem-type.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "acme_* modules - correctly handle error documents without ``type`` (https://github.com/ansible-collections/community.crypto/issues/651, https://github.com/ansible-collections/community.crypto/pull/652)."