Skip to content

Commit

Permalink
build: Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed May 1, 2024
1 parent d55aac3 commit 8d6298f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
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 = "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 <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 8d6298f

Please sign in to comment.