diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index eb8a2bc42..9b2cc36bd 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -4,6 +4,13 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). +## 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 diff --git a/newsfragments/10598.fixed b/newsfragments/10598.fixed deleted file mode 100644 index f0a68b533..000000000 --- a/newsfragments/10598.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed nginx configuration parsing when comments appear between tokens of a multi-line directive.