Core May GA Release (#5572)
* Core May GA Release * Add azure-core-amqp to release * Update date on the core changelog. --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com> Co-authored-by: Ahson Khan <ahkha@microsoft.com>
This commit is contained in:
parent
43c33d6320
commit
a0cb5dd55c
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 1.12.0-beta.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
## 1.12.0 (2024-05-09)
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- [[#5450]](https://github.com/Azure/azure-sdk-for-cpp/issues/5450) Fixed libcurl connection pool to use `Connection` response header values.
|
||||
|
||||
## 1.12.0-beta.1 (2024-04-10)
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_CORE_VERSION_MAJOR 1
|
||||
#define AZURE_CORE_VERSION_MINOR 12
|
||||
#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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user