From bbc70a76094506d7ef4fa65cee9629bf7a9ed70a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Dec 2023 07:27:08 +0000 Subject: [PATCH] chore(release): 2.19.1 ### [2.19.1](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.19.0...v2.19.1) (2023-12-14) ### Bug Fixes * define in pyproject.toml Python 3.9 for ansible-core 2.14 ([#522](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/522)) ([d4cd846](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/d4cd84640502eee7822688167f6dc93412e19b0a)) --- CHANGELOG.md | 7 +++++++ docs/source/index.rst | 2 +- galaxy.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eda0b019d..89890789b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.19.1](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.19.0...v2.19.1) (2023-12-14) + + +### Bug Fixes + +* define in pyproject.toml Python 3.9 for ansible-core 2.14 ([#522](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/522)) ([d4cd846](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/d4cd84640502eee7822688167f6dc93412e19b0a)) + ## [2.19.0](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.18.0...v2.19.0) (2023-12-13) diff --git a/docs/source/index.rst b/docs/source/index.rst index 3a59b0cfe..3ee77d743 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,7 +2,7 @@ Palo Alto Networks Ansible Collection ===================================== -Version: 2.19.0 +Version: 2.19.1 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 855b81287..4e49599c9 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.19.0 +version: 2.19.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: 'README.md'