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.