diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8942ae73..87668278 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community Crypto Release Notes .. contents:: Topics +v1.9.19 +======= + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- openssl_privatekey_pipe - ensure compatibility with newer versions of ansible-core (https://github.com/ansible-collections/community.crypto/pull/515). + v1.9.18 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 61541df4..1951f900 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -660,6 +660,16 @@ releases: - 1.9.18.yml - 487-openssl_pkcs12-other-certs-crash.yml release_date: '2022-07-09' + 1.9.19: + changes: + bugfixes: + - openssl_privatekey_pipe - ensure compatibility with newer versions of ansible-core + (https://github.com/ansible-collections/community.crypto/pull/515). + release_summary: Bugfix release. + fragments: + - 1.9.19.yml + - 515-action-module-compat.yml + release_date: '2022-11-01' 1.9.2: changes: release_summary: Bugfix release to fix the changelog. No other change compared diff --git a/changelogs/fragments/1.9.19.yml b/changelogs/fragments/1.9.19.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/1.9.19.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/515-action-module-compat.yml b/changelogs/fragments/515-action-module-compat.yml deleted file mode 100644 index 9f46c34f..00000000 --- a/changelogs/fragments/515-action-module-compat.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "openssl_privatekey_pipe - ensure compatibility with newer versions of ansible-core (https://github.com/ansible-collections/community.crypto/pull/515)."