diff --git a/Directory.Build.props b/Directory.Build.props index effe7a3ee..d10249e0f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 4.5.1 + 4.7.1 $(MicrosoftIdentityWebVersion) true diff --git a/changelog.md b/changelog.md index e6ea6f10c..a1aa57894 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,18 @@ +## 4.7.0 + +### Bug fixes +- Updates to Microsoft.Identity.Abstractions 12.0.0 to revert breaking changes introduced in Abstractions 11.0.0. (On .NET 10 target, `Certificate` extension method in `CredentialDescription` was reverted to normal property.) See [#3767](https://github.com/AzureAD/microsoft-identity-web/pull/3767). + +## 4.6.0 + +### New features +- Aspire / Blazor helpers and documentation [#3723](https://github.com/AzureAD/microsoft-identity-web/pull/3723) +- AI Skills and Aspire DevApp demonstrating Blazor authentication components [#3721](https://github.com/AzureAD/microsoft-identity-web/pull/3721) + +### Dependencies updates +- Bump MSAL to 4.83.1 +- Bump Abstractions to 11.2 + ## 4.6.0 ### New features