Skip to content

Commit a0cb5dd

Browse files
antkmsftahsonkhan
andauthored
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>
1 parent 43c33d6 commit a0cb5dd

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

sdk/core/azure-core/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 1.12.0-beta.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.12.0 (2024-05-09)
84

95
### Bugs Fixed
106

11-
### Other Changes
7+
- [[#5450]](https://github.com/Azure/azure-sdk-for-cpp/issues/5450) Fixed libcurl connection pool to use `Connection` response header values.
128

139
## 1.12.0-beta.1 (2024-04-10)
1410

sdk/core/azure-core/src/private/package_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define AZURE_CORE_VERSION_MAJOR 1
1414
#define AZURE_CORE_VERSION_MINOR 12
1515
#define AZURE_CORE_VERSION_PATCH 0
16-
#define AZURE_CORE_VERSION_PRERELEASE "beta.2"
16+
#define AZURE_CORE_VERSION_PRERELEASE ""
1717

1818
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
1919
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)

0 commit comments

Comments
 (0)