Skip to content

Commit d59fb44

Browse files
authored
Update Changelog for 1.4.0 GA release (#21030)
* Update Changelog for 1.4.0 GA release
1 parent 40b94f1 commit d59fb44

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.4.0-beta.6 (2021-05-11)
3+
## 1.4.0 (2021-05-12)
44

55
### New Features
66

@@ -13,6 +13,10 @@ This indicates to AAD that your application is CAE ready and can handle the CAE
1313
<RuntimeHostConfigurationOption Include="Azure.Identity.DisableCP1" Value="true" />
1414
</ItemGroup>
1515
```
16+
### Fixes and improvements
17+
18+
- The Microsoft Authentication Library (MSAL) dependency versions have been updated to the latest
19+
- Microsoft.Identity.Client version 4.30.1, Microsoft.Identity.Client.Extensions.Msal version 2.18.4.
1620

1721
## 1.4.0-beta.5 (2021-04-06)
1822

@@ -28,7 +32,7 @@ Thank you to our developer community members who helped to make Azure Identity b
2832

2933
### Fixes and improvements
3034

31-
- When logging is enabled, the log output from MSAL is also logged.
35+
- When logging is enabled, the log output from Microsoft Authentication Library (MSAL) is also logged.
3236
- 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)).
3337
- Fixed deadlock issue in `InteractiveBrowserCredential` when running in a UI application ([#18418](https://github.com/Azure/azure-sdk-for-net/issues/18418)).
3438

sdk/identity/Azure.Identity/src/Azure.Identity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This is the implementation of the Azure SDK Client Library for Azure Identity</Description>
44
<AssemblyTitle>Microsoft Azure.Identity Component</AssemblyTitle>
5-
<Version>1.4.0-beta.6</Version>
5+
<Version>1.4.0</Version>
66
<ApiCompatVersion>1.3.0</ApiCompatVersion>
77
<PackageTags>Microsoft Azure Identity;$(PackageCommonTags)</PackageTags>
88
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)