diff --git a/changelog.md b/changelog.md index e8c2ed8cf..9d05f9136 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,14 @@ +3.12.1 +======= +### Dependencies updates +- Microsoft.IdentityModel updated to version [8.13.1](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases/tag/8.13.1). + +### Bug fixes +- Fixed an issue with instantiation of TokenAcquirerFactory when AppContext.BaseDirectory is root path. See PR [#3443](https://github.com/AzureAD/microsoft-identity-web/pull/3443) for details. + +### Fundamentals +- Use cloud user in tests. See PR [#3441](https://github.com/AzureAD/microsoft-identity-web/pull/3441) and [#3442](https://github.com/AzureAD/microsoft-identity-web/pull/3442) for details. + 3.12.0 ======= ### Dependencies updates