Prepare for the August Identity GA release. (#5862)
This commit is contained in:
parent
60dff1dac1
commit
1d9ccf4434
@ -1,14 +1,11 @@
|
||||
# Release History
|
||||
|
||||
## 1.9.0-beta.3 (Unreleased)
|
||||
## 1.9.0 (2024-08-06)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Added `AzurePipelinesCredential` for authenticating an Azure Pipelines service connection with workload identity federation.
|
||||
- Added `ClientAssertionCredential` to enable applications to authenticate with custom client assertions.
|
||||
|
||||
## 1.9.0-beta.2 (2024-07-22)
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_IDENTITY_VERSION_MAJOR 1
|
||||
#define AZURE_IDENTITY_VERSION_MINOR 9
|
||||
#define AZURE_IDENTITY_VERSION_PATCH 0
|
||||
#define AZURE_IDENTITY_VERSION_PRERELEASE "beta.3"
|
||||
#define AZURE_IDENTITY_VERSION_PRERELEASE ""
|
||||
|
||||
#define AZURE_IDENTITY_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_IDENTITY_VERSION_ITOA(i) AZURE_IDENTITY_VERSION_ITOA_HELPER(i)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user