Prepare for the August Identity GA release. (#5862)

This commit is contained in:
Ahson Khan 2024-08-02 16:07:13 -07:00 committed by GitHub
parent 60dff1dac1
commit 1d9ccf4434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 7 deletions

View File

@ -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)

View File

@ -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)