Identity 1.3.0 Release (#3685)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
7e8065a2e3
commit
15f897c4e9
@ -1,14 +1,11 @@
|
||||
# Release History
|
||||
|
||||
## 1.3.0-beta.3 (Unreleased)
|
||||
## 1.3.0 (2022-06-07)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Added `ClientCertificateCredential`, and updated `EnvironmentCredential` to support client certificate authentication.
|
||||
- Added `ChainedTokenCredential`.
|
||||
|
||||
## 1.3.0-beta.2 (2022-05-10)
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_IDENTITY_VERSION_MAJOR 1
|
||||
#define AZURE_IDENTITY_VERSION_MINOR 3
|
||||
#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