Skip to content

Commit

Permalink
chore(release): 2.17.1
Browse files Browse the repository at this point in the history
### [2.17.1](v2.17.0...v2.17.1) (2023-06-23)

### Bug Fixes

* Tox-compliant EDA code, and Tox checks in CI ([#453](#453)) ([9a50c9b](9a50c9b))
* **eda:** Move EDA plugin to correct path ([#444](#444)) ([dc524e9](dc524e9))
  • Loading branch information
semantic-release-bot committed Jun 23, 2023
1 parent 9a50c9b commit 6a59f42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [2.17.1](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.0...v2.17.1) (2023-06-23)


### Bug Fixes

* Tox-compliant EDA code, and Tox checks in CI ([#453](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/453)) ([9a50c9b](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/9a50c9bb5e841ddfe0eeca7ea9021eb289e0e5db))
* **eda:** Move EDA plugin to correct path ([#444](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/444)) ([dc524e9](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/dc524e93b87f0163cc3019636617198a59ebf51f))

## [2.17.0](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.16.0...v2.17.0) (2023-06-14)


Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Palo Alto Networks Ansible Collection
=====================================

Version: 2.17.0
Version: 2.17.1

The Palo Alto Networks Ansible collection is a collection of modules that
automate configuration and operational tasks on Palo Alto Networks Next
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace: 'paloaltonetworks'
name: 'panos'

# The version of the collection. Must be compatible with semantic versioning
version: 2.17.0
version: 2.17.1

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

0 comments on commit 6a59f42

Please sign in to comment.