Skip to content

Commit

Permalink
chore(release): 1.4.6
Browse files Browse the repository at this point in the history
### [1.4.6](v1.4.5...v1.4.6) (2025-02-05)

### Bug Fixes

* Fixed GitHub Release Workflow ([#60](#60)) ([2503d97](2503d97))
  • Loading branch information
semantic-release-bot committed Feb 5, 2025
1 parent 2503d97 commit 0c89850
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
Version: 1.4.6

Red Hat Ansible Certified Content for Zscaler
=============================================
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace: zscaler
name: zpacloud

# The version of the collection. Must be compatible with semantic versioning
version: 1.4.5
version: 1.4.6

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
__metaclass__ = type

# Make sure to keep this file in sync with the version in the galaxy.yml
__version__ = "1.4.5"
__version__ = "1.4.6"
__author__ = "Zscaler Inc."
__email__ = "[email protected]"

0 comments on commit 0c89850

Please sign in to comment.