diff --git a/README.rst b/README.rst index 336aee7..9fbc8f7 100644 --- a/README.rst +++ b/README.rst @@ -139,6 +139,11 @@ The file 'domain.tld.ini' must be replaced with the version of the example 'cred Changelog ========= +- 2024.01.08 + + - Update README.rst + - Add Link to IONOS control panel and reference between credentials.ini and domain.tld.ini + - 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) diff --git a/setup.py b/setup.py index 7319be4..931408b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup from setuptools import find_packages -version = "2023.11.13.post1" +version = "2024.01.08" install_requires = [ "acme>=1.8.0",