From a0cb5dd55cf90430ed9d8b68885d742d7507e900 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 9 May 2024 13:01:52 -0700 Subject: [PATCH] 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 Co-authored-by: Ahson Khan --- sdk/core/azure-core/CHANGELOG.md | 8 ++------ sdk/core/azure-core/src/private/package_version.hpp | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index c743af9e5..218506d33 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -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) diff --git a/sdk/core/azure-core/src/private/package_version.hpp b/sdk/core/azure-core/src/private/package_version.hpp index 5b2d30f40..09315a725 100644 --- a/sdk/core/azure-core/src/private/package_version.hpp +++ b/sdk/core/azure-core/src/private/package_version.hpp @@ -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)