azure-core, changelog for Apr2022 release (#3491)

* changelog for Apr2022 release

* revert
This commit is contained in:
Victor Vazquez 2022-03-31 12:19:43 -07:00 committed by GitHub
parent 4ab3901bbb
commit fa5dc0a770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Release History
## 1.5.0-beta.1 (Unreleased)
## 1.5.0 (2022-03-31)
### Features Added

View File

@ -13,7 +13,7 @@
#define AZURE_CORE_VERSION_MAJOR 1
#define AZURE_CORE_VERSION_MINOR 5
#define AZURE_CORE_VERSION_PATCH 0
#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
#define AZURE_CORE_VERSION_PRERELEASE ""
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)