From 109634bc922b64712bb97024b8ab232b717ec66d Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 14 Mar 2022 16:00:25 -0700 Subject: [PATCH] Add 1.24.x changelog (#9234) See https://opensource.eff.org/eff-open-source/pl/8tepfnrdt7r5jxryz43d6y9z6r for more info. The changelog says `master` because it is changed to the current date in the release script. This is what we've done before in PRs like https://github.com/certbot/certbot/pull/7511. --- certbot/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index aaa693e27..ff220324e 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -2,6 +2,18 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). +## 1.24.1 - master + +### Fixed + +* The packages used in our snaps were updated in response to + https://ubuntu.com/security/notices/USN-5320-1. + +While this release was built and pushed to all of our normal distribution +channels, the release was only done for the sake of updating the Certbot snaps. + +More details about these changes can be found on our GitHub repo. + ## 1.24.0 - 2022-03-01 ### Added