Update changelog for 4.22.0 release

This commit is contained in:
Erica Portnoy 2026-06-11 17:08:45 -07:00
parent bc5ae9868b
commit 3df32a95df
2 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,13 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
<!-- towncrier release notes start -->
## 4.22.0 - 2026-06-11
### Fixed
- Fixed nginx configuration parsing when comments appear between tokens of a multi-line directive. ([#10598](https://github.com/certbot/certbot/issues/10598))
## 5.6.0 - 2026-05-11
### Changed

View file

@ -1 +0,0 @@
Fixed nginx configuration parsing when comments appear between tokens of a multi-line directive.