diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f39441b..b46277698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ -## 2.53.0 (Unreleased) +## 2.53.0 (June 28, 2024) ENHANCEMENTS: -* `azuread_application` - support for the `password` block [GH-1389] +* `azuread_application` - support for the `password` block ([#1389](https://github.com/hashicorp/terraform-provider-azuread/issues/1389)) BUG FIXES: -* `azuread_claims_mapping_policy` - set the correct timeouts for this resource [GH-1419] -* `azuread_service_principal_claims_mapping_policy_assignment` - set the correct timeouts for this resource [GH-1419] -* `azuread_synchronization_secret` - set the correct timeouts for this resource [GH-1419] +* `azuread_claims_mapping_policy` - set the correct timeouts for this resource ([#1419](https://github.com/hashicorp/terraform-provider-azuread/issues/1419)) +* `azuread_service_principal_claims_mapping_policy_assignment` - set the correct timeouts for this resource ([#1419](https://github.com/hashicorp/terraform-provider-azuread/issues/1419)) +* `azuread_synchronization_secret` - set the correct timeouts for this resource ([#1419](https://github.com/hashicorp/terraform-provider-azuread/issues/1419)) ## 2.52.0 (June 13, 2024)