Skip to content

Commit 1a81885

Browse files
authored
Increment package version after release of azure-messaging-eventhubs (#5713)
1 parent 1e8c9d0 commit 1a81885

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md

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

3+
## 1.0.0-beta.10 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.9 (2024-06-11)
414

515
### Bugs Fixed

sdk/eventhubs/azure-messaging-eventhubs/src/private/package_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define AZURE_MESSAGING_EVENTHUBS_VERSION_MAJOR 1
1414
#define AZURE_MESSAGING_EVENTHUBS_VERSION_MINOR 0
1515
#define AZURE_MESSAGING_EVENTHUBS_VERSION_PATCH 0
16-
#define AZURE_MESSAGING_EVENTHUBS_VERSION_PRERELEASE "beta.9"
16+
#define AZURE_MESSAGING_EVENTHUBS_VERSION_PRERELEASE "beta.10"
1717

1818
#define AZURE_MESSAGING_EVENTHUBS_VERSION_ITOA_HELPER(i) #i
1919
#define AZURE_MESSAGING_EVENTHUBS_VERSION_ITOA(i) AZURE_MESSAGING_EVENTHUBS_VERSION_ITOA_HELPER(i)

0 commit comments

Comments
 (0)