From aea9c71be77357ad9b67e6118ba8b076753bf26d Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Fri, 19 Jul 2024 16:47:06 -0700 Subject: [PATCH] changelog for 7.7.1 (#2736) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7a86ec3a..369f7739f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ See the [releases](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) for details on bug fixes and added features. +7.7.1 +===== +### Bug Fix +- Re-add `JsonSerializerPrimitives.TryAllStringClaimsAsDateTime` which was removed as it is in an internal class, but due to `InternalsVisibleTo` can lead to a `MissingMethodException` if IdentityModel versions are not aligned. See PR [#2734](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2734) for details. + 7.7.0 ===== ### CVE package updates