From ac5e0174f6f6c9dd0810e36920df5a091546be11 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 16 Sep 2020 14:43:46 -0700 Subject: [PATCH] Add changelog entry. --- certbot/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index a0c8c5818..6b0c2432a 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -21,6 +21,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). In the previous release, Certbot said it required `acme>=1.6.0` when it actually required `acme>=1.8.0` to properly support removing contact information from an ACME account. +* Upgraded the version of httplib2 used in our snaps and Docker images to add + support for proxy environment variables and fix the plugin for Google Cloud + DNS. More details about these changes can be found on our GitHub repo.