Skip to content

Commit 0bdec1e

Browse files
ahsonkhanantkmsftdanieljurek
authored
Core April GA Release (Azure#5491)
* Azure Core 1.12.0 April Release * Update Core's CHANGELOG.md * Update Core's package_version.hpp * Update AMQPCHANGELOG.md * Update ci.tests.yml * Re-enable coverage checks --------- Co-authored-by: Anton Kolesnyk <[email protected]> Co-authored-by: Daniel Jurek <[email protected]>
1 parent 1c304d6 commit 0bdec1e

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

sdk/core/azure-core-amqp/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.8 (Unreleased)
4-
5-
### Features Added
3+
## 1.0.0-beta.8 (2024-04-09)
64

75
### Breaking Changes
86

sdk/core/azure-core/CHANGELOG.md

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

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

95
### Bugs Fixed
106

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#include <cstdint>
1212

1313
#define AZURE_CORE_VERSION_MAJOR 1
14-
#define AZURE_CORE_VERSION_MINOR 12
15-
#define AZURE_CORE_VERSION_PATCH 0
16-
#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
14+
#define AZURE_CORE_VERSION_MINOR 11
15+
#define AZURE_CORE_VERSION_PATCH 3
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)