From 9b79205b684f9abefd5134bec093339f28856471 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:54:29 -0800 Subject: [PATCH] Azure Core February Releases (#5304) Co-authored-by: Anton Kolesnyk --- sdk/core/azure-core-amqp/CHANGELOG.md | 4 +--- sdk/core/azure-core/CHANGELOG.md | 6 +----- sdk/core/azure-core/src/private/package_version.hpp | 6 +++--- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/sdk/core/azure-core-amqp/CHANGELOG.md b/sdk/core/azure-core-amqp/CHANGELOG.md index f10595851..4cebb8160 100644 --- a/sdk/core/azure-core-amqp/CHANGELOG.md +++ b/sdk/core/azure-core-amqp/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0-beta.7 (Unreleased) +## 1.0.0-beta.7 (2024-02-01) ### Features Added @@ -15,8 +15,6 @@ The `Close` method on AMQP Message Sender and Message Receiver now blocks until - Fixed uAMQP connection channel so that a channel is released when an END performative is received from the remote node instead of when the END performative is sent to the remote node. - Enabled more than one uAMQP session to be created on a single connection. -### Other Changes - ## 1.0.0-beta.6 (2024-01-11) ### Features Added diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 2fab57c9b..677c97944 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -1,10 +1,6 @@ # Release History -## 1.12.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.11.1 (2024-02-01) ### Bugs Fixed diff --git a/sdk/core/azure-core/src/private/package_version.hpp b/sdk/core/azure-core/src/private/package_version.hpp index 2a4e35e8a..fa47355f2 100644 --- a/sdk/core/azure-core/src/private/package_version.hpp +++ b/sdk/core/azure-core/src/private/package_version.hpp @@ -11,9 +11,9 @@ #include #define AZURE_CORE_VERSION_MAJOR 1 -#define AZURE_CORE_VERSION_MINOR 12 -#define AZURE_CORE_VERSION_PATCH 0 -#define AZURE_CORE_VERSION_PRERELEASE "beta.1" +#define AZURE_CORE_VERSION_MINOR 11 +#define AZURE_CORE_VERSION_PATCH 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)