Skip to content

Commit 46fe502

Browse files
authored
Azure Core 1.11.2 Release (#5360)
* Azure Core 1.11.2 Release * Update release date to 2/16 --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent 6519a2c commit 46fe502

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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.2 (2024-02-16)
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 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)