From d59fb44d80535838c5ecb88522582a97b79bbcff Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Wed, 12 May 2021 14:32:20 -0500 Subject: [PATCH] Update Changelog for 1.4.0 GA release (#21030) * Update Changelog for 1.4.0 GA release --- sdk/identity/Azure.Identity/CHANGELOG.md | 8 ++++++-- sdk/identity/Azure.Identity/src/Azure.Identity.csproj | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sdk/identity/Azure.Identity/CHANGELOG.md b/sdk/identity/Azure.Identity/CHANGELOG.md index 15b699e80ce96..0b30225d7f3dc 100644 --- a/sdk/identity/Azure.Identity/CHANGELOG.md +++ b/sdk/identity/Azure.Identity/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.4.0-beta.6 (2021-05-11) +## 1.4.0 (2021-05-12) ### New Features @@ -13,6 +13,10 @@ This indicates to AAD that your application is CAE ready and can handle the CAE ``` +### Fixes and improvements + +- The Microsoft Authentication Library (MSAL) dependency versions have been updated to the latest + - Microsoft.Identity.Client version 4.30.1, Microsoft.Identity.Client.Extensions.Msal version 2.18.4. ## 1.4.0-beta.5 (2021-04-06) @@ -28,7 +32,7 @@ Thank you to our developer community members who helped to make Azure Identity b ### Fixes and improvements -- When logging is enabled, the log output from MSAL is also logged. +- When logging is enabled, the log output from Microsoft Authentication Library (MSAL) is also logged. - Fixed an issue where an account credential fails to load from the cache when EnableGuestTenantAuthentication is true and the account found in the cache has multiple matching tenantIds ([#18276](https://github.com/Azure/azure-sdk-for-net/issues/18276)). - Fixed deadlock issue in `InteractiveBrowserCredential` when running in a UI application ([#18418](https://github.com/Azure/azure-sdk-for-net/issues/18418)). diff --git a/sdk/identity/Azure.Identity/src/Azure.Identity.csproj b/sdk/identity/Azure.Identity/src/Azure.Identity.csproj index 0833412fc88aa..5a93f2e2375d3 100644 --- a/sdk/identity/Azure.Identity/src/Azure.Identity.csproj +++ b/sdk/identity/Azure.Identity/src/Azure.Identity.csproj @@ -2,7 +2,7 @@ This is the implementation of the Azure SDK Client Library for Azure Identity Microsoft Azure.Identity Component - 1.4.0-beta.6 + 1.4.0 1.3.0 Microsoft Azure Identity;$(PackageCommonTags) $(RequiredTargetFrameworks)