Skip to content

Commit

Permalink
Version bump for the QoD webhook fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slahtine committed Oct 15, 2024
1 parent f5cdf41 commit a0641e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion network_as_code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from .client import NetworkAsCodeClient

__version__ = "4.0.0"
__version__ = "4.0.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "network_as_code"
version = "4.0.0"
version = "4.0.1"
description = ""
authors = ["Sami Lahtinen <[email protected]>", "Pavel Garmuyev <[email protected]>"]
packages = [
Expand Down

0 comments on commit a0641e0

Please sign in to comment.