Skip to content

Commit

Permalink
Update Changelog for Version 5.1.0 (#114)
Browse files Browse the repository at this point in the history
* added notes for version 5.1.0
  • Loading branch information
JoshLozensky authored Jan 6, 2024
1 parent ab34832 commit aea0d8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit aea0d8d

Please sign in to comment.