Azure Core change log for March release (#3390)

* version update

* add something

* Update sdk/core/azure-core/CHANGELOG.md

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

Co-authored-by: Ahson Khan <ahkha@microsoft.com>
This commit is contained in:
Victor Vazquez 2022-03-03 16:52:48 -08:00 committed by GitHub
parent 44310b635a
commit 172808eb1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View File

@ -1,14 +1,10 @@
# Release History
## 1.4.0-beta.2 (Unreleased)
## 1.4.0 (2022-03-03)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Stabilized the beta features and changes.
## 1.4.0-beta.1 (2022-02-04)

View File

@ -13,7 +13,7 @@
#define AZURE_CORE_VERSION_MAJOR 1
#define AZURE_CORE_VERSION_MINOR 4
#define AZURE_CORE_VERSION_PATCH 0
#define AZURE_CORE_VERSION_PRERELEASE "beta.2"
#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)