diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index e2b172716..6cdafe15a 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -4,6 +4,33 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). +## 5.2.1 - 2025-12-03 + +### Added + +- Support for Python 3.14 was added. + ([#10477](https://github.com/certbot/certbot/issues/10477)) + +### Changed + +- While nothing significant should have changed from the user's perspective, + we've been doing a lot of internal refactoring in preparation for soon adding + support for IP address certificates to Certbot. + ([#10468](https://github.com/certbot/certbot/issues/10468), + [#10478](https://github.com/certbot/certbot/issues/10478)) + +### Fixed + +- Removed `vhost_combined` and `vhost_common` log formats from included Apache + configuration file. ([#9769](https://github.com/certbot/certbot/issues/9769)) +- Due to a mistake on our end playing with GitHub's new [immutable + releases](https://github.blog/changelog/2025-10-28-immutable-releases-are-now-generally-available/) + feature that prevented our CI from uploading additional release assets, + Certbot 5.2.0 was not and will not be uploaded to most platforms. Instead, + that version number will be skipped and we'll go straight to 5.2.1. + ([#10501](https://github.com/certbot/certbot/issues/10501)) + + ## 5.1.0 - 2025-10-07 ### Changed diff --git a/newsfragments/10468.changed b/newsfragments/10468.changed deleted file mode 100644 index a3c055a4a..000000000 --- a/newsfragments/10468.changed +++ /dev/null @@ -1 +0,0 @@ -While nothing significant should have changed from the user's perspective, we've been doing a lot of internal refactoring in preparation for soon adding support for IP address certificates to Certbot. diff --git a/newsfragments/10477.added b/newsfragments/10477.added deleted file mode 100644 index 9e9393248..000000000 --- a/newsfragments/10477.added +++ /dev/null @@ -1 +0,0 @@ -Support for Python 3.14 was added. diff --git a/newsfragments/10478.changed b/newsfragments/10478.changed deleted file mode 100644 index a3c055a4a..000000000 --- a/newsfragments/10478.changed +++ /dev/null @@ -1 +0,0 @@ -While nothing significant should have changed from the user's perspective, we've been doing a lot of internal refactoring in preparation for soon adding support for IP address certificates to Certbot. diff --git a/newsfragments/10501.fixed b/newsfragments/10501.fixed deleted file mode 100644 index b4958a737..000000000 --- a/newsfragments/10501.fixed +++ /dev/null @@ -1 +0,0 @@ -Due to a mistake on our end playing with GitHub's new [immutable releases](https://github.blog/changelog/2025-10-28-immutable-releases-are-now-generally-available/) feature that prevented our CI from uploading additional release assets, Certbot 5.2.0 was not and will not be uploaded to most platforms. Instead, that version number will be skipped and we'll go straight to 5.2.1. diff --git a/newsfragments/9769.fixed b/newsfragments/9769.fixed deleted file mode 100644 index 8a36d7ca4..000000000 --- a/newsfragments/9769.fixed +++ /dev/null @@ -1 +0,0 @@ -Removed `vhost_combined` and `vhost_common` log formats from included Apache configuration file.