From 61773be971edf6a291a0ba0f8e8ad10b57e46dc5 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 6 Oct 2023 11:39:19 -0700 Subject: [PATCH] update changelog for configargparse (#9789) I'd like to do a bug fix release for https://github.com/certbot/certbot/issues/9786. If we're doing one, I figure we may as well flag this change from https://github.com/certbot/certbot/pull/9784 too. --- certbot/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 4506cb9ca..e87e7062a 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -16,6 +16,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). * Fixed a bug that broke the DNS plugin for DNSimple that was introduced in version 2.7.0 of the plugin. +* Correctly specified the new minimum version of the ConfigArgParse package + that Certbot requires which is 1.5.3. More details about these changes can be found on our GitHub repo.