Release 2.12.0.

pull/596/head 2.12.0
Felix Fontein 2023-04-16 19:48:15 +02:00
parent ceabef7e58
commit e6a0d2884a
4 changed files with 24 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Community Crypto Release Notes
.. contents:: Topics .. contents:: Topics
v2.12.0
=======
Release Summary
---------------
Feature release.
Minor Changes
-------------
- get_certificate - add ``asn1_base64`` option to control whether the ASN.1 included in the ``extensions`` return value is binary data or Base64 encoded (https://github.com/ansible-collections/community.crypto/pull/592).
v2.11.1 v2.11.1
======= =======

View File

@ -796,6 +796,17 @@ releases:
fragments: fragments:
- 2.11.1.yml - 2.11.1.yml
release_date: '2023-03-24' release_date: '2023-03-24'
2.12.0:
changes:
minor_changes:
- get_certificate - add ``asn1_base64`` option to control whether the ASN.1
included in the ``extensions`` return value is binary data or Base64 encoded
(https://github.com/ansible-collections/community.crypto/pull/592).
release_summary: Feature release.
fragments:
- 2.12.0.yml
- 592-get_certificate-base64.yml
release_date: '2023-04-16'
2.2.0: 2.2.0:
changes: changes:
bugfixes: bugfixes:

View File

@ -1 +0,0 @@
release_summary: Feature release.

View File

@ -1,2 +0,0 @@
minor_changes:
- "get_certificate - add ``asn1_base64`` option to control whether the ASN.1 included in the ``extensions`` return value is binary data or Base64 encoded (https://github.com/ansible-collections/community.crypto/pull/592)."