Skip to content

Commit

Permalink
chore(release): 1.0.16
Browse files Browse the repository at this point in the history
### [1.0.16](v1.0.15...v1.0.16) (2024-05-06)

### Bug Fixes

* Fixed zia authentication method schema ([#31](#31)) ([271ce29](271ce29))
  • Loading branch information
semantic-release-bot committed May 6, 2024
1 parent 271ce29 commit c734e44
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.0.16](https://github.com/zscaler/ziacloud-ansible/compare/v1.0.15...v1.0.16) (2024-05-06)


### Bug Fixes

* Fixed zia authentication method schema ([#31](https://github.com/zscaler/ziacloud-ansible/issues/31)) ([271ce29](https://github.com/zscaler/ziacloud-ansible/commit/271ce29c308f6cfb101048f5197aff20fb0fdce1))

### [1.0.15](https://github.com/zscaler/ziacloud-ansible/compare/v1.0.14...v1.0.15) (2024-05-04)


Expand Down
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.0.15
Version: 1.0.16

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: ziacloud

# The version of the collection. Must be compatible with semantic versioning
version: 1.0.15
version: 1.0.16

# 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.0.15"
__version__ = "1.0.16"
__author__ = "Zscaler, Inc."
__email__ = "[email protected]"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ziacloud-ansible"
version = "1.0.15"
version = "1.0.16"
description = "Ansible collection for Zscaler Internet Access"
authors = ["Zscaler Technology Alliances <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c734e44

Please sign in to comment.