From f13af7ad7da4cf7bbb93a0b924cc4e6f1f2a4c03 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 17 Nov 2022 08:27:06 -0800 Subject: [PATCH] update changelog --- certbot/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 892841942..7ffd96fda 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -6,6 +6,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Added +* Support for Python 3.11 was added to Certbot and all of its components. * `acme.challenges.HTTP01Response.simple_verify` now accepts a timeout argument which defaults to 30 that causes the verification request to timeout after that many seconds. ### Changed