From 97bdb8a00a2115b58ef6dadccf9d7aa7e5c4a926 Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Thu, 11 Mar 2021 17:14:51 -0800 Subject: [PATCH] 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` ~~~~~~~~~~~~~~~~~~~~