From ea6a196046df3aa2345f84ce80387c16adb290ea Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Mon, 6 Sep 2021 16:18:43 -0700 Subject: [PATCH] changelog 1.16.1 (#1427) --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index bf28a91e8..e994779c8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +1.16.1 +========== +Update to Microsoft.Graph 4.4.0, Microsoft.Graph.Beta 4.11.0-preview, and MSAL.NET 4.36.0. + +### Bug Fixes: +**Handle a `SuggestedCacheExpiry` in the past**. See issue [#1419](https://github.com/AzureAD/microsoft-identity-web/issues/1419) for details. + +**Fix a `NullReferenceException` when calling `GetTokenForApp` from an anonymous controller**. See issues [#1372](https://github.com/AzureAD/microsoft-identity-web/issues/1372) and [#1348](https://github.com/AzureAD/microsoft-identity-web/issues/1348) for details. + 1.16.0 ========== Update to IdentityModel 6.* and Microsoft.Graph 4.2.0 and Microsoft.Graph.Beta 4.7.0-preview.