From 68d844663b23122769343a7f6a4207c67e4bb989 Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Mon, 16 Oct 2023 17:05:30 -0700 Subject: [PATCH] 7.0.3 changelog (#2368) * 7.0.3 changelog * Update CHANGELOG.md Co-authored-by: Jean-Marc Prieur --------- Co-authored-by: Jean-Marc Prieur --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b740b85ac..51409f46ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ See the [releases](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) for details on bug fixes and added features. +7.0.3 +====== +### Bug Fixes: +- Fix errors like the following reported by multiple customers at dotnet/aspnetcore#51005 when they tried to upgrade their app using `AddMicrosoftIdentityWebApp` to .NET 8. See [PR](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2361) for details. +- Fix compatibility issue with 6x when claims are a bool. See issue [#2354](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2354) for details. + 7.0.2 ====== ### Bug Fixes: