From 5f657fa45b9f981fb986c09197329f3bb7d23380 Mon Sep 17 00:00:00 2001 From: helgeerbe Date: Mon, 13 Nov 2023 13:00:08 +0100 Subject: [PATCH] update readme.rst for 2023.11.13 --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 06a7547..a5e8868 100644 --- a/README.rst +++ b/README.rst @@ -135,6 +135,10 @@ chmod 700 /etc/letsencrypt/.secrets Changelog ========= +- 2023.11.13 + - Fix managed zone lookup to ensure correct domain is selected where there are two + domains with the same ending e.g. example.com and thisisanexample.com (PR #22) + - 2022.11.24 - remove zope to fix compatibility with Certbot 2.x (Fixes #19)