diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2d59e6..a663a820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## 0.5.1 (unreleased) +- Enhance update logic of policy objects, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/pull/360) +- Fix issue with `sdwan_other_ucse_feature` resource, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/320) - BREAKING CHANGE: Adds `gateway` attribute to `sdwan_transport_wan_vpn_feature` resource +- Allow port ranges in ACL feature resources, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/364) - Add `sdwan_transport_cellular_controller_feature` resource and data source - Add `sdwan_transport_cellular_profile_feature` resource and data source - Add `sdwan_transport_wan_vpn_feature_associate_routing_bgp_feature` resource and data source diff --git a/docs/guides/changelog.md b/docs/guides/changelog.md index 639ecb2e..ae5eae3a 100644 --- a/docs/guides/changelog.md +++ b/docs/guides/changelog.md @@ -9,7 +9,10 @@ description: |- ## 0.5.1 (unreleased) +- Enhance update logic of policy objects, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/pull/360) +- Fix issue with `sdwan_other_ucse_feature` resource, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/320) - BREAKING CHANGE: Adds `gateway` attribute to `sdwan_transport_wan_vpn_feature` resource +- Allow port ranges in ACL feature resources, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/364) - Add `sdwan_transport_cellular_controller_feature` resource and data source - Add `sdwan_transport_cellular_profile_feature` resource and data source - Add `sdwan_transport_wan_vpn_feature_associate_routing_bgp_feature` resource and data source diff --git a/templates/guides/changelog.md.tmpl b/templates/guides/changelog.md.tmpl index 639ecb2e..ae5eae3a 100644 --- a/templates/guides/changelog.md.tmpl +++ b/templates/guides/changelog.md.tmpl @@ -9,7 +9,10 @@ description: |- ## 0.5.1 (unreleased) +- Enhance update logic of policy objects, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/pull/360) +- Fix issue with `sdwan_other_ucse_feature` resource, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/320) - BREAKING CHANGE: Adds `gateway` attribute to `sdwan_transport_wan_vpn_feature` resource +- Allow port ranges in ACL feature resources, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/364) - Add `sdwan_transport_cellular_controller_feature` resource and data source - Add `sdwan_transport_cellular_profile_feature` resource and data source - Add `sdwan_transport_wan_vpn_feature_associate_routing_bgp_feature` resource and data source