From cdd1ef07f0e48afa8a5d0dcc3844516b9f1163cb Mon Sep 17 00:00:00 2001 From: Peter <34331512+pmaytak@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:37:08 -0800 Subject: [PATCH] Update changelog 3.4.0. (#3149) * Update changelog 3.4.0. * Update changelog.md Co-authored-by: jennyf19 --------- Co-authored-by: jennyf19 --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.md b/changelog.md index e90aa394f..29730a0d3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +3.4.0 +======== +- Updated to Microsoft.IdentityModel.* 8.2.1 +- Updated to Microsoft.Identity.Abstractions 7.2.0 + +### New features +- Add ROPC flow support for confidential client applications. See [3091](https://github.com/AzureAD/microsoft-identity-web/issues/3091), [3129](https://github.com/AzureAD/microsoft-identity-web/issues/3129), [3139](https://github.com/AzureAD/microsoft-identity-web/issues/3139). +- Allow multi-tenant applications to specify the AppHomeTenantId to be used for client credentials. See [3121](https://github.com/AzureAD/microsoft-identity-web/issues/3121), [3132](https://github.com/AzureAD/microsoft-identity-web/pull/3132). +- Update to use .NET 9 GA. See [3127](https://github.com/AzureAD/microsoft-identity-web/issues/3127). + 3.3.1 ======== - Updated to Microsoft.IdentityModel.* 8.2.0