diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index eebd950f2..fa5b409be 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -4,6 +4,17 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). +## 5.4.0 - 2026-03-10 + +### Added + +- The webroot plugin now supports IP address issuance. ([#10543](https://github.com/certbot/certbot/issues/10543)) + +### Changed + +- certbot-nginx now requires pyparsing>=3.0.0. ([#10560](https://github.com/certbot/certbot/issues/10560)) + + ## 5.3.1 - 2026-02-09 ### Fixed diff --git a/newsfragments/10543.added b/newsfragments/10543.added deleted file mode 100644 index 65a37d512..000000000 --- a/newsfragments/10543.added +++ /dev/null @@ -1 +0,0 @@ -The webroot plugin now supports IP address issuance. diff --git a/newsfragments/10560.changed b/newsfragments/10560.changed deleted file mode 100644 index e61b2e3a5..000000000 --- a/newsfragments/10560.changed +++ /dev/null @@ -1 +0,0 @@ -certbot-nginx now requires pyparsing>=3.0.0.