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