We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6519a2c commit 46fe502Copy full SHA for 46fe502
sdk/core/azure-core/CHANGELOG.md
@@ -1,10 +1,6 @@
1
# Release History
2
3
-## 1.12.0-beta.1 (Unreleased)
4
-
5
-### Features Added
6
7
-### Breaking Changes
+## 1.11.2 (2024-02-16)
8
9
### Bugs Fixed
10
sdk/core/azure-core/src/private/package_version.hpp
@@ -11,9 +11,9 @@
11
#include <cstdint>
12
13
#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"
+#define AZURE_CORE_VERSION_MINOR 11
+#define AZURE_CORE_VERSION_PATCH 2
+#define AZURE_CORE_VERSION_PRERELEASE ""
17
18
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
19
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)
0 commit comments