From d0ed6be08a8ef794a1b12ac62cbf1fb29f5c72c3 Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Sun, 22 Sep 2024 15:22:58 -0700 Subject: [PATCH] 7.0.1 changelog (#139) Signed-off-by: jennyf19 --- changelog.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index bce789f..f0ae3c3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +7.0.1 +======== +## New features: +- Add support for internal Microsoft services for token acquisition extensibility. See issue [#135](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/135) for details. + +## Engineering excellence +- Add publicAPI, bannedAPI and Async analyzers. See issue [#136](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/136) for details. +- Fix compiler warnings. See issue [#137](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/137) for details. + 7.0.0 ======== ## Breaking changes: @@ -10,7 +19,6 @@ 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.