diff --git a/changelog.md b/changelog.md index 11fc058f8..4595ee62f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,15 @@ +3.9.4 +======= +### Package updates +- Microsoft.IdentityModel updated to version [8.12.1](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases/tag/8.12.1). + +### Bug fix +- Updates the `DefaultAuthorizationHeaderProvider` to update the `AcquireTokenOptions.LongRunningWebApiSessionKey` after the token is acquired so that the key can be used in the next OBO call. See PR [#3381](https://github.com/AzureAD/microsoft-identity-web/pull/3381) for details. + +### Fundamentals +- Update .NET SDK version to 9.0.107 used when building or running the code. See [#3385](https://github.com/AzureAD/microsoft-identity-web/pull/3385) for details. +- Improved test coverage for managed identity flows. See [#3350](https://github.com/AzureAD/microsoft-identity-web/pull/3350) for details. + 3.9.3 ======= ### Package updates