Update changelog for 1.2.3 release

This commit is contained in:
Erica Portnoy 2026-06-11 14:45:04 -07:00
parent 94f610ee3b
commit 3bb3f9bd0b
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 -->
## 1.2.3 - 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.