diff --git a/CHANGELOG.md b/CHANGELOG.md index 11775dc..4fab3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/source/index.rst b/docs/source/index.rst index 8770ec9..cae5ee5 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.0.15 +Version: 1.0.16 Red Hat Ansible Certified Content for Zscaler ============================================= diff --git a/galaxy.yml b/galaxy.yml index bebfcab..803e5e8 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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 diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index 3ba94eb..7622a36 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.0.15" +__version__ = "1.0.16" __author__ = "Zscaler, Inc." __email__ = "devrel@zscaler.com" diff --git a/pyproject.toml b/pyproject.toml index f4347c2..8c5ffe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"