From d50ee7187ae995139914fa70158011d402ddf42b Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Thu, 14 Dec 2023 19:31:03 +0000 Subject: [PATCH] v2.47.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d4060bac..a1aa732c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## 2.47.0 (Unreleased) +## 2.47.0 (December 14, 2023) BUG FIXES: -* `azuread_access_package_assignment_policy` - fix a potential crash when removing the `question` block [GH-1273] -* `data.azuread_named_location` - fix a potential crash if the named location is not found [GH-1274] +* `azuread_access_package_assignment_policy` - fix a potential crash when removing the `question` block ([#1273](https://github.com/hashicorp/terraform-provider-azuread/issues/1273)) +* `data.azuread_named_location` - fix a potential crash if the named location is not found ([#1274](https://github.com/hashicorp/terraform-provider-azuread/issues/1274)) ## 2.46.0 (November 16, 2023)