From 9a6565460621befb03a72d9e9130beabe6ac309f Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Thu, 7 Nov 2024 14:52:34 -0800 Subject: [PATCH] Update changelog.md (#143) Signed-off-by: jennyf19 --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index be24cff..29f029d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +7.2.0 +======== +## New features: +- Add `AppHomeTenantId` to `MicrosoftIdentityApplicationOptions` to allow multi-tenant applications to specify the `AppHomeTenantId` to be used for client credentials. See PR [#142](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/142) and [Id Web](https://github.com/AzureAD/microsoft-identity-web/issues/3121) for details. + 7.1.0 ======== ## New features: