From 2537c10f9a642a483482b6a78cb24b13551d8003 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Oct 2024 10:28:40 +0000 Subject: [PATCH] chore(release): 2.26.0 ## [2.26.0](https://github.com/alperenkose/pan-os-ansible/compare/v2.25.7...v2.26.0) (2024-10-02) ### Features * use pyversion ([cb21254](https://github.com/alperenkose/pan-os-ansible/commit/cb212542927f1cb5926b4e4af954f8d2d78c8755)) ### Bug Fixes * use env vars ([2287ec9](https://github.com/alperenkose/pan-os-ansible/commit/2287ec9686a6faf6eaabb036a5f6f7ca8aa70161)) * use pyversion ([d558d26](https://github.com/alperenkose/pan-os-ansible/commit/d558d26524fd1956cae053b149d56f002218c53d)) * use pyversion ([649aa44](https://github.com/alperenkose/pan-os-ansible/commit/649aa4416613886310e77bb87ad15d3ad8255763)) --- CHANGELOG.md | 14 ++++++++++++++ docs/source/index.rst | 2 +- galaxy.yml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc068f45..937f2fdc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [2.26.0](https://github.com/alperenkose/pan-os-ansible/compare/v2.25.7...v2.26.0) (2024-10-02) + + +### Features + +* use pyversion ([cb21254](https://github.com/alperenkose/pan-os-ansible/commit/cb212542927f1cb5926b4e4af954f8d2d78c8755)) + + +### Bug Fixes + +* use env vars ([2287ec9](https://github.com/alperenkose/pan-os-ansible/commit/2287ec9686a6faf6eaabb036a5f6f7ca8aa70161)) +* use pyversion ([d558d26](https://github.com/alperenkose/pan-os-ansible/commit/d558d26524fd1956cae053b149d56f002218c53d)) +* use pyversion ([649aa44](https://github.com/alperenkose/pan-os-ansible/commit/649aa4416613886310e77bb87ad15d3ad8255763)) + ### [2.25.7](https://github.com/alperenkose/pan-os-ansible/compare/v2.25.6...v2.25.7) (2024-09-28) diff --git a/docs/source/index.rst b/docs/source/index.rst index c0ba2ccfd..aad2cc697 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,7 +2,7 @@ Palo Alto Networks Ansible Collection ===================================== -Version: 2.25.7 +Version: 2.26.0 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 bb140a37e..7e858b347 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.25.7 +version: 2.26.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: 'README.md'