From aea0d8dff223f1402788e6d8dcea527c17ac028a Mon Sep 17 00:00:00 2001 From: JoshLozensky <103777376+JoshLozensky@users.noreply.github.com> Date: Fri, 5 Jan 2024 18:33:51 -0800 Subject: [PATCH] Update Changelog for Version 5.1.0 (#114) * added notes for version 5.1.0 --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 05c890a..a019720 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +5.1.0 +======== +## API additions to enable support for managed identities. +- Created a new [ManagedIdentityOptions class](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/blob/main/src/Microsoft.Identity.Abstractions/TokenAcquisition/ManagedIdentityOptions.cs). +- Added a 'ManagedIdentity' property to the [AcquireTokenOptions class](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/blob/main/src/Microsoft.Identity.Abstractions/TokenAcquisition/AcquireTokenOptions.cs). See [#115](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/issues/115) for details. + 5.0.0 ======== - Introduce a unique identifier for a CredentialDescription object. See [PR](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/94) for details.