We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae14b41 commit fb6c039Copy full SHA for fb6c039
2 files changed
sdk/core/azure-core/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.14.0-beta.1 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.13.0 (2024-07-12)
14
15
### Bugs Fixed
sdk/core/azure-core/src/private/package_version.hpp
@@ -11,9 +11,9 @@
#include <cstdint>
#define AZURE_CORE_VERSION_MAJOR 1
-#define AZURE_CORE_VERSION_MINOR 13
+#define AZURE_CORE_VERSION_MINOR 14
#define AZURE_CORE_VERSION_PATCH 0
16
-#define AZURE_CORE_VERSION_PRERELEASE ""
+#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
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