From 1ad927eca069918746149a80876ba866e6327666 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Fri, 28 Jun 2024 01:08:58 +0100 Subject: [PATCH] v2.53.0 --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)