Update changelog for 5.2.2 release

This commit is contained in:
Will Greenberg 2025-12-10 09:08:09 -08:00
parent 965ee86f3e
commit 97761a1103
2 changed files with 9 additions and 1 deletions

View file

@ -4,6 +4,15 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
<!-- towncrier release notes start -->
## 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

View file

@ -1 +0,0 @@
Fixed a regression that caused certbot to crash if multiple --webroot-path values were set on the command line.