From 62c97d15466c0fc790134d28a67ce47807c4169c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 30 Sep 2021 18:32:06 +0200 Subject: [PATCH] Add changelog fragment. --- changelogs/fragments/294-cryptography-35.0.0.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/294-cryptography-35.0.0.yml diff --git a/changelogs/fragments/294-cryptography-35.0.0.yml b/changelogs/fragments/294-cryptography-35.0.0.yml new file mode 100644 index 00000000..6f99a4f7 --- /dev/null +++ b/changelogs/fragments/294-cryptography-35.0.0.yml @@ -0,0 +1,4 @@ +bugfixes: + - "get_certificate - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/294)." + - "openssl_csr_info - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/294)." + - "x509_certificate_info - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/294)."