diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index ba9446bc0..b369f5c90 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -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) diff --git a/sdk/identity/azure-identity/src/private/package_version.hpp b/sdk/identity/azure-identity/src/private/package_version.hpp index 5f2aed927..89b5c4041 100644 --- a/sdk/identity/azure-identity/src/private/package_version.hpp +++ b/sdk/identity/azure-identity/src/private/package_version.hpp @@ -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)