Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
## [1.4.0](v1.3.1...v1.4.0) (2024-10-10)

### Features

* Added new info resource `zpa_app_connector_controller` and `zpa_service_edge_controller` ([#47](#47)) ([43ecbf0](43ecbf0))
  • Loading branch information
semantic-release-bot committed Oct 10, 2024
1 parent 43ecbf0 commit 2dd5b67
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.3.1
Version: 1.4.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.3.1
version: 1.4.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.3.1"
__version__ = "1.4.0"
__author__ = "Zscaler Inc."
__email__ = "[email protected]"

0 comments on commit 2dd5b67

Please sign in to comment.