From fc6eb78a15a36dd3bd2d56316c28c918473b7f44 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Nov 2024 14:20:17 +0000 Subject: [PATCH] chore(release): 2.21.3 ### [2.21.3](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.21.2...v2.21.3) (2024-11-14) ### Bug Fixes * Add new community argument for bgp_policy_rule ([#543](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/543)) ([255ebed](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/255ebed0450a8b993e4aebc81dc20ff8991079a2)) * implement object_handling method for overriding defaults ([#589](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/589)) ([2a085cb](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/2a085cb600bb6cfdfbeb0b4109b76ede28e49078)) --- CHANGELOG.md | 8 ++++++++ docs/source/index.rst | 2 +- galaxy.yml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9677e6ede..7a2ade6d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [2.21.3](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.21.2...v2.21.3) (2024-11-14) + + +### Bug Fixes + +* Add new community argument for bgp_policy_rule ([#543](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/543)) ([255ebed](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/255ebed0450a8b993e4aebc81dc20ff8991079a2)) +* implement object_handling method for overriding defaults ([#589](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/589)) ([2a085cb](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/2a085cb600bb6cfdfbeb0b4109b76ede28e49078)) + ### [2.21.2](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.21.1...v2.21.2) (2024-09-19) diff --git a/docs/source/index.rst b/docs/source/index.rst index 326740995..bac615dbd 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,7 +2,7 @@ Palo Alto Networks Ansible Collection ===================================== -Version: 2.21.2 +Version: 2.21.3 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 964d6271a..32ec17596 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.21.2 +version: 2.21.3 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: 'README.md'