diff --git a/CHANGELOG.md b/CHANGELOG.md index b59b0be..874112b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,19 @@ +# 0.6.2 - 2024-04 + +### Fixed +- #118 Remove cryptography pinned dependency. + + # 0.6.1 - 2024-04 ### Added - #108 Added Support for sdwan interfaces - #105 Include interface description for get_interfaces method - ### Fixed - #115 Update package dependencies, fix tests + # 0.6.0 - 2022-02 ### Added @@ -20,6 +26,7 @@ - #101 Handles unable to convert to int for edge case with interfaces - #103 Fix Empty List of Interfaces + ## 0.5.4 - 2022-02 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index f963f16..5b0c298 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "napalm_panos" -version = "0.6.1" +version = "0.6.2" description = "Network Automation and Programmability Abstraction Layer with Multivendor support for PANOS." authors = ["Gabriele Gerbino "] license = "Apache-2.0"