Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Identity] Preparing for Azure.Identity 1.4.0-beta.2 release #18281

Merged
merged 3 commits into from
Jan 30, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@

<!-- Other approved packages -->
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.4.9" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.22.0" />
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="2.16.5" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.25.0" />
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="2.16.8" />
<!-- TODO: Make sure this package is arch-board approved -->
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="5.4.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/Azure.Identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release History
## 1.4.0-beta.2 (Unreleased)
## 1.4.0-beta.2 (2021-01-29)

### Fixes and improvements
- Fixed issue in `HttpExtensions` causing the omission of content headers on requests ([#17448](https://github.com/Azure/azure-sdk-for-net/issues/17448))
Expand Down