Skip to content

Commit

Permalink
Azure Core February Releases (#5304)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
  • Loading branch information
antkmsft and antkmsft committed Feb 1, 2024
1 parent 070c7e9 commit 9b79205
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
4 changes: 1 addition & 3 deletions sdk/core/azure-core-amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.7 (Unreleased)
## 1.0.0-beta.7 (2024-02-01)

### Features Added

Expand All @@ -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
Expand Down
6 changes: 1 addition & 5 deletions sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Release History

## 1.12.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.11.1 (2024-02-01)

### Bugs Fixed

Expand Down
6 changes: 3 additions & 3 deletions sdk/core/azure-core/src/private/package_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#include <cstdint>

#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)
Expand Down

0 comments on commit 9b79205

Please sign in to comment.