From 477a162f7a4167e6ca72adc8b3854f08de0d2136 Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Sun, 21 Apr 2024 15:28:07 -0700 Subject: [PATCH] Update changelog.md (#126) Signed-off-by: jennyf19 --- changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changelog.md b/changelog.md index a019720..7862608 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,16 @@ +5.3.0 +======== + +## New features: +- Added two new properties `AcceptHeader` and `ContentType` to `DownstreamApiOptions` class. See issue [#123](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/issues/123) for details. + +## Bug fix: +- Fix file path for xml comment. See issue [#117](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/issues/117) for details. + +5.2.0 +======== +- Added a `TokenExchangeUrl` to the [CredentialDescription](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/blob/main/src/Microsoft.Identity.Abstractions/ApplicationOptions/CredentialDescription.cs#L480) class. + 5.1.0 ======== ## API additions to enable support for managed identities.