diff --git a/CHANGELOG.md b/CHANGELOG.md index 511b1f5d..41fb2634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 3.3.1 (May, 18 2024) + +### Notes + +- Release date: **(May, 18 2024)** +- Supported Terraform version: **v1.x** + +### ENHACEMENTS +- [PR #455](https://github.com/zscaler/terraform-provider-zpa/pull/455) Added new data source `zpa_application_segment_by_type`. The data source allows for querying of application segments by type. The ``application_type`` attribute supports the following values: `BROWSER_ACCESS`, `INSPECT`, and `SECURE_REMOTE_ACCESS` + +### Bug Fixes +- [PR #455](https://github.com/zscaler/terraform-provider-zpa/pull/455) Fixed resource `zpa_service_edge_group` due to misconfiguration in the importing function. + +### Internal Changes +- [PR #454](https://github.com/zscaler/terraform-provider-zpa/pull/454) - Added Support to arbitrary clouds for testing purposes + ## 3.3.0 (May, 17 2024) ### Notes diff --git a/docs/guides/release-notes.md b/docs/guides/release-notes.md index d65ca138..7f4ae71e 100644 --- a/docs/guides/release-notes.md +++ b/docs/guides/release-notes.md @@ -12,10 +12,26 @@ Track all ZPA Terraform provider's releases. New resources, features, and bug fi --- -``Last updated: v3.3.0`` +``Last updated: v3.3.1`` --- +## 3.3.1 (May, 18 2024) + +### Notes + +- Release date: **(May, 18 2024)** +- Supported Terraform version: **v1.x** + +### ENHACEMENTS +- [PR #455](https://github.com/zscaler/terraform-provider-zpa/pull/455) Added new data source `zpa_application_segment_by_type`. The data source allows for querying of application segments by type. The ``application_type`` attribute supports the following values: `BROWSER_ACCESS`, `INSPECT`, and `SECURE_REMOTE_ACCESS` + +### Bug Fixes +- [PR #455](https://github.com/zscaler/terraform-provider-zpa/pull/455) Fixed resource `zpa_service_edge_group` due to misconfiguration in the importing function. + +### Internal Changes +- [PR #454](https://github.com/zscaler/terraform-provider-zpa/pull/454) - Added Support to arbitrary clouds for testing purposes + ## 3.3.0 (May, 17 2024) ### Notes