We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9242e84 commit e96f4daCopy full SHA for e96f4da
2 files changed
sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.0.0-beta.14 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.0.0-beta.13 (2026-06-17)
14
15
### Bugs Fixed
sdk/eventhubs/azure-messaging-eventhubs/src/private/package_version.hpp
@@ -13,7 +13,7 @@
#define AZURE_MESSAGING_EVENTHUBS_VERSION_MAJOR 1
#define AZURE_MESSAGING_EVENTHUBS_VERSION_MINOR 0
#define AZURE_MESSAGING_EVENTHUBS_VERSION_PATCH 0
16
-#define AZURE_MESSAGING_EVENTHUBS_VERSION_PRERELEASE "beta.13"
+#define AZURE_MESSAGING_EVENTHUBS_VERSION_PRERELEASE "beta.14"
17
18
#define AZURE_MESSAGING_EVENTHUBS_VERSION_ITOA_HELPER(i) #i
19
#define AZURE_MESSAGING_EVENTHUBS_VERSION_ITOA(i) AZURE_MESSAGING_EVENTHUBS_VERSION_ITOA_HELPER(i)
0 commit comments