Skip to content

Commit b1fedb3

Browse files
chore(release): 3.0.1
### [3.0.1](v3.0.0...v3.0.1) (2025-05-23) ### Bug Fixes * push deprecations to 4.0.0 ([d6e4ea0](d6e4ea0))
1 parent 71bd227 commit b1fedb3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [3.0.1](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v3.0.0...v3.0.1) (2025-05-23)
2+
3+
4+
### Bug Fixes
5+
6+
* push deprecations to 4.0.0 ([d6e4ea0](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/d6e4ea01d874e5727a309ebbf5c6d910d2163156))
7+
18
## [3.0.0](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.21.4...v3.0.0) (2025-05-16)
29

310

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Palo Alto Networks Ansible Collection
33
=====================================
44

5-
Version: 3.0.0
5+
Version: 3.0.1
66

77
The Palo Alto Networks Ansible collection is a collection of modules that
88
automate configuration and operational tasks on Palo Alto Networks Next

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace: 'paloaltonetworks'
1010
name: 'panos'
1111

1212
# The version of the collection. Must be compatible with semantic versioning
13-
version: 3.0.0
13+
version: 3.0.1
1414

1515
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1616
readme: 'README.md'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pan-os-ansible"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Ansible collection for Palo Alto Networks PAN-OS"
55
authors = ["Palo Alto Networks <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)