Identity: Switch to release version, update changelog (no changes since Beta) (#2397)

* Identity: Switch to release version, update changelog (no changes since Beta)

* Add date and 'no changes' phrase

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2021-06-04 18:37:31 +00:00 committed by GitHub
parent 2ba8d68bcf
commit a66f8366a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# Release History
## 1.0.0-beta.7 (Unreleased)
## 1.0.0 (2021-06-04)
No API changes since `1.0.0-beta.6`.
## 1.0.0-beta.6 (2021-05-18)

View File

@ -13,7 +13,7 @@
#define AZURE_IDENTITY_VERSION_MAJOR 1
#define AZURE_IDENTITY_VERSION_MINOR 0
#define AZURE_IDENTITY_VERSION_PATCH 0
#define AZURE_IDENTITY_VERSION_PRERELEASE "beta.7"
#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)