From f73e062c7a3b4856bffe2a7c54ece64c2f1af265 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Mon, 31 Oct 2022 13:22:07 -0700 Subject: [PATCH] Fix changelog entry (#9444) * Fix changelog entry * move to 1.32.0 Co-authored-by: Brad Warren --- certbot/CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index a6b6705a1..836ecc048 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -14,7 +14,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Fixed -* +* CentOS 9 and other RHEL-derived OSes now correctly use httpd instead of apachectl for + various Apache-related commands More details about these changes can be found on our GitHub repo. @@ -176,8 +177,6 @@ More details about these changes can be found on our GitHub repo. * Updated dependencies to use new version of cryptography that uses OpenSSL 1.1.1n, in response to https://www.openssl.org/news/secadv/20220315.txt. -* CentOS 9 and other RHEL-derived OSes now correctly use httpd instead of apachectl for - various Apache-related commands More details about these changes can be found on our GitHub repo.