Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.6...v1.1.0) (2024-05-16)

### Features

* Added Privileged Remote Access Features ([#37](#37)) ([ba6ce54](ba6ce54))
  • Loading branch information
semantic-release-bot committed May 16, 2024
1 parent ba6ce54 commit 66d13db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.0](https://github.com/zscaler/zpacloud-ansible/compare/v1.0.6...v1.1.0) (2024-05-16)


### Features

* Added Privileged Remote Access Features ([#37](https://github.com/zscaler/zpacloud-ansible/issues/37)) ([ba6ce54](https://github.com/zscaler/zpacloud-ansible/commit/ba6ce543192ac17a214d831c46b96a95470bbaba))

### [1.0.6](https://github.com/zscaler/zpacloud-ansible/compare/v1.0.5...v1.0.6) (2024-05-06)


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.6
Version: 1.1.0

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.0.6
version: 1.1.0

# 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.6"
__version__ = "1.1.0"
__author__ = "Zscaler Inc."
__email__ = "[email protected]"

0 comments on commit 66d13db

Please sign in to comment.