From f94624387682d0bef4b62fb59b7af7d08aab4439 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Fri, 12 May 2023 01:41:20 +0100 Subject: [PATCH] v2.39.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d465c666..7a9fc66001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ -## 2.39.0 (Unreleased) +## 2.39.0 (May 12, 2023) IMPROVEMENTS: -* dependencies: updating to `v0.20230511.1094507` of `github.com/hashicorp/go-azure-sdk` [GH-1100] +* dependencies: updating to `v0.20230511.1094507` of `github.com/hashicorp/go-azure-sdk` ([#1100](https://github.com/hashicorp/terraform-provider-azuread/issues/1100)) BUG FIXES: -* **provider:** fix a token refresh bug that could cause authentication errors after initial token expiry [GH-1100] +* **provider:** fix a token refresh bug that could cause authentication errors after initial token expiry ([#1100](https://github.com/hashicorp/terraform-provider-azuread/issues/1100)) ## 2.38.0 (April 27, 2023)