From 8f73508876e936a184e502b729d37ca597e8d1ff Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Tue, 21 Jan 2025 13:07:42 -0800 Subject: [PATCH] Update changelog.md (#149) Signed-off-by: jennyf19 --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 29f029d..7584e35 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +7.2.1 +======== +## Bug fix: +- `Id` property in `CredentialDescription` was derived from secret values, primarily affecting logging (information level) of credential attempts in `Microsoft.Identity.Web`, it doesn't affect higher log levels because if the failure occurs, it indicates that a credential description has both a credential source that can fail (e.g., certificate) and the `ClientSecret` property set, which is not a typical scenario. See issue [#147](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/142) for details. + 7.2.0 ======== ## New features: