From 97761a11034e4c6ed3f525041210628d71bb0e18 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Wed, 10 Dec 2025 09:08:09 -0800 Subject: [PATCH] Update changelog for 5.2.2 release --- certbot/CHANGELOG.md | 9 +++++++++ newsfragments/10509.fixed | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 newsfragments/10509.fixed diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 6cdafe15a..1a113ef87 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -4,6 +4,15 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). +## 5.2.2 - 2025-12-10 + +### Fixed + +- Fixed a regression that caused certbot to crash if multiple --webroot-path + values were set on the command line. + ([#10509](https://github.com/certbot/certbot/issues/10509)) + + ## 5.2.1 - 2025-12-03 ### Added diff --git a/newsfragments/10509.fixed b/newsfragments/10509.fixed deleted file mode 100644 index 4842fe710..000000000 --- a/newsfragments/10509.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed a regression that caused certbot to crash if multiple --webroot-path values were set on the command line.