missing date (#3403)

This commit is contained in:
Victor Vazquez 2022-03-08 15:03:42 -08:00 committed by GitHub
parent 0ae33665d2
commit 513805f37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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`.

View File

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