missing date (#3403)
This commit is contained in:
parent
0ae33665d2
commit
513805f37d
@ -1,6 +1,8 @@
|
||||
# Release History
|
||||
|
||||
## 1.2.0 (Unreleased)
|
||||
## 1.2.0 (2022-03-08)
|
||||
|
||||
### Features Added
|
||||
|
||||
No changes since `1.2.0-beta.1`.
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_IDENTITY_VERSION_MAJOR 1
|
||||
#define AZURE_IDENTITY_VERSION_MINOR 2
|
||||
#define AZURE_IDENTITY_VERSION_PATCH 0
|
||||
#define AZURE_IDENTITY_VERSION_PRERELEASE "beta.2"
|
||||
#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