diff --git a/CHANGELOG.md b/CHANGELOG.md index 70169d6..9d4e0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +## 1.1.1 (2024-06-07) + +- [feature]: handle allowedIPs parameters in CK building + ## 1.1.0 (2023-04-07) - [feature]: add support for v2 routes (#115) diff --git a/debian/changelog b/debian/changelog index 6449118..ff29c8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ovh (1.1.1) trusty; urgency=medium + + * feat: handle allowedIPs parameters in CK building + + -- Adrien Barreau Fri, 07 Jun 2024 15:11:19 +0000 + python-ovh (1.1.0) trusty; urgency=medium * feat: add support for v2 routes (#115) diff --git a/setup.cfg b/setup.cfg index ac440ad..823594d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = ovh description = "Official module to perform HTTP requests to the OVHcloud APIs" long_description = file: README.rst -version = 1.1.0 +version = 1.1.1 author = OVHcloud team - Romain Beuque author_email = api@ml.ovh.net url = https://api.ovh.com