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.18...v1.1.0) (2024-06-25)

### Features

* Release v1.1.0 ([98727b7](98727b7))
* **new:** Added Forwarding Control Rule Resource ([#37](#37)) ([a0abe94](a0abe94))
  • Loading branch information
semantic-release-bot committed Jun 25, 2024
1 parent 98727b7 commit d645718
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.0](https://github.com/zscaler/ziacloud-ansible/compare/v1.0.18...v1.1.0) (2024-06-25)


### Features

* Release v1.1.0 ([98727b7](https://github.com/zscaler/ziacloud-ansible/commit/98727b79f6fd0250e83996bf297db18fcf626cdd))
* **new:** Added Forwarding Control Rule Resource ([#37](https://github.com/zscaler/ziacloud-ansible/issues/37)) ([a0abe94](https://github.com/zscaler/ziacloud-ansible/commit/a0abe943d5cd4a5d76742f13c7e176df9929c4f8))

### [1.0.18](https://github.com/zscaler/ziacloud-ansible/compare/v1.0.17...v1.0.18) (2024-05-25)


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

# The version of the collection. Must be compatible with semantic versioning
version: 1.0.18
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.18"
__version__ = "1.1.0"
__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.18"
version = "1.1.0"
description = "Ansible collection for Zscaler Internet Access"
authors = ["Zscaler Technology Alliances <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d645718

Please sign in to comment.