diff --git a/CHANGELOG.md b/CHANGELOG.md index be50e17a8..7d5756077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.17.4](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.3...v2.17.4) (2023-08-15) + + +### Bug Fixes + +* **event-driven ansible:** Update for Red Hat's certification checks ([#479](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/479)) ([0fdce26](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/0fdce2660dd357b5a5e3cde706068f89655c6a4f)) + ### [2.17.3](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.2...v2.17.3) (2023-07-11) diff --git a/docs/source/index.rst b/docs/source/index.rst index ee02c6b0f..b3f709df4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,7 +2,7 @@ Palo Alto Networks Ansible Collection ===================================== -Version: 2.17.3 +Version: 2.17.4 The Palo Alto Networks Ansible collection is a collection of modules that automate configuration and operational tasks on Palo Alto Networks Next diff --git a/galaxy.yml b/galaxy.yml index f5d8bac35..afceafa08 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: 'paloaltonetworks' name: 'panos' # The version of the collection. Must be compatible with semantic versioning -version: 2.17.3 +version: 2.17.4 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: 'README.md'