Skip to content

Commit

Permalink
Updated Changelog and release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Nov 30, 2022
1 parent 3fefdc3 commit cd1fe3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Changelog

## 2.5.1 (November, xx 2022)
## 2.5.1 (November, 30 2022)

### Notes

- Release date: **(November, xx 2022)**
- Release date: **(November, 30 2022)**
- Supported Terraform version: **v1.x**

### Fixes

- [PR #219](https://github.com/zscaler/terraform-provider-zia/pull/219) Added ForceNew helper to ``zpa_policy_timeout_rule`` parameters ``reauth_idle_timeout`` and ``reauth_timeout``. Changing the values will cause the resource to be recreated on the fly.
- [PR #219](https://github.com/zscaler/terraform-provider-zia/pull/219) Added missing ``ip_anchored`` parameter to ``resource_zpa_application_segment_browser_access``
- [PR #220](https://github.com/zscaler/terraform-provider-zia/pull/220) Udated provider to Zscaler-SDK-Go v0.3.2 to ensure pagination works correctly when more than 500 items on a list.

## 2.5.0 (November, 30 2022)

Expand Down
2 changes: 2 additions & 0 deletions docs/guides/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Track all ZPA Terraform provider's releases. New resources, features, and bug fi
### Fixes

- [PR #219](https://github.com/zscaler/terraform-provider-zia/pull/219) Added ForceNew helper to ``zpa_policy_timeout_rule`` parameters ``reauth_idle_timeout`` and ``reauth_timeout``. Changing the values will cause the resource to be recreated on the fly.
- [PR #219](https://github.com/zscaler/terraform-provider-zia/pull/219) Added missing ``ip_anchored`` parameter to ``resource_zpa_application_segment_browser_access``
- [PR #220](https://github.com/zscaler/terraform-provider-zia/pull/220) Udated provider to Zscaler-SDK-Go v0.3.2 to ensure pagination works correctly when more than 500 items on a list.

## 2.5.0 (November, 30 2022)

Expand Down

0 comments on commit cd1fe3e

Please sign in to comment.