From cb7d0053a3101bbe0440c88eaf9ba8427ff1698d Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Thu, 13 Jul 2023 11:39:33 -0700 Subject: [PATCH] changelog for 2.13 (#2330) --- changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog.md b/changelog.md index 33b010dc7..00bcb055c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +2.13.0 +========= +- Update to Wilson 6.32.0 and Microsoft.Identity.Abstractions 4.0.0 + +### New Feature: +Support new AzureAD key issuer validator in AddMicrosoftIdentityWebApi by default. See [#2323](https://github.com/AzureAD/microsoft-identity-web/issues/2323) for details. + 2.12.4 ========== - fix for CVE-2023-29331 in `System.Security.Cryptography.Pkcs`