From 5cf20d490db73b2be018011aa9a2a2838b081799 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Mar 2025 00:42:42 +0000 Subject: [PATCH] chore(release): 1.4.5 ### [1.4.5](https://github.com/zscaler/zpacloud-ansible/compare/v1.4.4...v1.4.5) (2025-03-06) ### Bug Fixes * Fixed GitHub Release Workflow ([#58](https://github.com/zscaler/zpacloud-ansible/issues/58)) ([4808ca1](https://github.com/zscaler/zpacloud-ansible/commit/4808ca1813d2cfcf3d9d68fabea4172c08b942c3)) * Fixed GitHub Release Workflow ([#59](https://github.com/zscaler/zpacloud-ansible/issues/59)) ([eac514f](https://github.com/zscaler/zpacloud-ansible/commit/eac514fb997653aa036f29df8dd4f32456e4714f)) * Fixed GitHub Release Workflow ([#60](https://github.com/zscaler/zpacloud-ansible/issues/60)) ([2503d97](https://github.com/zscaler/zpacloud-ansible/commit/2503d9748a79ac3edfc272533a69f6e45b31abb7)) --- docs/source/index.rst | 2 +- galaxy.yml | 2 +- plugins/module_utils/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index ddb3b2f..9a71003 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,7 +10,7 @@ is a collection of modules that automate configuration and operational tasks on This collection is part of the broader initiative to bring Ansible Automation to Zscaler Zero Trust Platform through the offering **Red Hat® Ansible Certified Content**. -Version: 1.4.6 +Version: 1.4.5 Red Hat Ansible Certified Content for Zscaler ============================================= diff --git a/galaxy.yml b/galaxy.yml index 973c772..98b578a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: zscaler name: zpacloud # The version of the collection. Must be compatible with semantic versioning -version: 1.4.6 +version: 1.4.5 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index 99ffd33..9c292d4 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -26,6 +26,6 @@ __metaclass__ = type # Make sure to keep this file in sync with the version in the galaxy.yml -__version__ = "1.4.6" +__version__ = "1.4.5" __author__ = "Zscaler Inc." __email__ = "devrel@zscaler.com"