diff --git a/CHANGELOG.md b/CHANGELOG.md index d3fb393..11b2caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Version 4.0.1 + +Fixes: +- Webhook information was passed to the QoD API using an older way, but has now + been updated to match the current behavior of the API, this has no impact on + application code + ## Version 4.0.0 Breaking changes: diff --git a/network_as_code/__init__.py b/network_as_code/__init__.py index 7aed7be..35ec73d 100644 --- a/network_as_code/__init__.py +++ b/network_as_code/__init__.py @@ -14,4 +14,4 @@ from .client import NetworkAsCodeClient -__version__ = "4.0.0" +__version__ = "4.0.1" diff --git a/pyproject.toml b/pyproject.toml index 3e1ae0f..9fa657e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "network_as_code" -version = "4.0.0" +version = "4.0.1" description = "" authors = ["Sami Lahtinen ", "Pavel Garmuyev "] packages = [