From 97bdb8a00a2115b58ef6dadccf9d7aa7e5c4a926 Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Thu, 11 Mar 2021 17:14:51 -0800 Subject: [PATCH 1/2] Change log for 0.8.1 --- CHANGELOG.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 24db16d0..0c850f6a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,36 @@ Changelog ========= +0.8.1 - `2021-03-12` +~~~~~~~~~~~~~~~~~~~~ + +This release includes improvements on many fronts, such as: + +- Notifications: + - Enhanced SNS flow + - Expiration Summary + - CA expiration email +- EC algorithm as the default +- Improved revocation flow +- Localized AWS STS option +- Improved Lemur doc building +- ACME: + - reduced failed attempts to 3x trials + - support for selecting the chain (Let's Encrypt X1 transition) + - revocation + - http01 documentation +- Entrust: + - Support for cross-signed intermediate CA +- Dependency updates and conflict resolutions + +Special thanks to all who contributed to this release, notably: + +- `peschmae `_ +- `atugushev `_ +- `sirferl `_ + + + 0.8.0 - `2020-11-13` ~~~~~~~~~~~~~~~~~~~~ From a630721a3a458b57505dfaf7030a002e1e6ad48a Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Thu, 11 Mar 2021 17:16:03 -0800 Subject: [PATCH 2/2] Update CHANGELOG.rst --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0c850f6a..a470bdc4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,7 @@ This release includes improvements on many fronts, such as: - http01 documentation - Entrust: - Support for cross-signed intermediate CA +- Revised disclosure process - Dependency updates and conflict resolutions Special thanks to all who contributed to this release, notably: