From 14a6f5f2fc8dd4916cdc0940f737dba7ff4cad82 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Oct 2024 05:35:10 +0000 Subject: [PATCH] chore(release): 1.4.1 ### [1.4.1](https://github.com/zscaler/zpacloud-ansible/compare/v1.4.0...v1.4.1) (2024-10-29) ### Bug Fixes * Fixed Server Group and Provisioning Key ([945faba](https://github.com/zscaler/zpacloud-ansible/commit/945faba9b32b2e6eb531a68c5c7e0fc97dc09b96)) --- 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 81de90f2..c06110be 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.0 +Version: 1.4.1 Red Hat Ansible Certified Content for Zscaler ============================================= diff --git a/galaxy.yml b/galaxy.yml index c0bfb097..afd179e3 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.0 +version: 1.4.1 # 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 685699c7..3551e50c 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.0" +__version__ = "1.4.1" __author__ = "Zscaler Inc." __email__ = "devrel@zscaler.com"