From 2177522b6c965e875f4dac5cd4251470dd71c096 Mon Sep 17 00:00:00 2001 From: Westin Musser <127992899+westin-m@users.noreply.github.com> Date: Thu, 11 May 2023 15:59:38 -0700 Subject: [PATCH] Update changelog.md (#84) --- changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index b18798b..0a41e38 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ -3.1.0 +3.2.0 +======== +- Add `RequiresUnreferencedCode` attribute to `IDownstreamApi` and `IDownstreamApiHttpMethods`. See [#82](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/82) for details. +3.1.0 ======== - Add `ExtraQueryParameters` to `AcquireTokenOptions`. See [pr](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/79) for details.