From 9ba139a9ef5f5a9921d2fe8151f9f05e2dfb339f Mon Sep 17 00:00:00 2001 From: ohemorange Date: Tue, 3 Feb 2026 13:30:58 -0800 Subject: [PATCH] Fix links to --ip-address PRs in changelog (#10562) As noted in https://community.letsencrypt.org/t/certbot-5-3-0-release/245097/2, we have the wrong link here (and it's missing the manual pr link). Let's just add those in. --- certbot/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index ab2cacf56..ddefd0634 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -8,7 +8,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Added -- A new command line flag, --ip-address, has been added. This requests certificates with IP address SANs when using the standalone or manual plugin. Note that for Let's Encrypt's implementation of IP address certificates, you'll also need to pass `--preferred-profile shortlived`. ([#10465](https://github.com/certbot/certbot/issues/10465)) +- A new command line flag, --ip-address, has been added. This requests certificates with IP address SANs when using the standalone or manual plugin. Note that for Let's Encrypt's implementation of IP address certificates, you'll also need to pass `--preferred-profile shortlived`. ([#10495](https://github.com/certbot/certbot/issues/10495), [#10544](https://github.com/certbot/certbot/pull/10544)) ### Changed