Skip to content

Commit

Permalink
chore(release): 1.12.0
Browse files Browse the repository at this point in the history
## [1.12.0](v1.11.0...v1.12.0) (2024-04-11)

### Features

* **ApplicationFilter:** Add new_appid parameter ([#547](#547)) ([bc96108](bc96108))
* **Firewall:** New fields for show_system_resources ([#544](#544)) ([9e8cc2a](9e8cc2a))
* Handling Log Collector Group (LCG) pushes ([#493](#493)) ([7e87952](7e87952))
* **panos/network:** Advanced routing engine ([#539](#539)) ([173bb8a](173bb8a))
* Enhance updater logic ([#548](#548)) ([23ed1ad](23ed1ad))
* **network.BgpPolicyRule:** Add action_community_modifier param ([#535](#535)) ([58ce888](58ce888)), closes [#534](#534)
* **PanDevice:** add `is_ready()` ([#532](#532)) ([a6b018e](a6b018e))

### Bug Fixes

* **_parse_job_results:** Catch None details in response ([#471](#471)) ([f01ae25](f01ae25)), closes [#470](#470)
  • Loading branch information
semantic-release-bot committed Apr 11, 2024
1 parent ddd2bc2 commit f852148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

__author__ = "Palo Alto Networks"
__email__ = "devrel@paloaltonetworks.com"
__version__ = "1.11.0"
__version__ = "1.12.0"


import logging
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 = "pan-os-python"
version = "1.11.0"
version = "1.12.0"
description = "Framework for interacting with Palo Alto Networks devices via API"
authors = ["Palo Alto Networks <devrel@paloaltonetworks.com>"]
license = "ISC"
Expand Down

0 comments on commit f852148

Please sign in to comment.