Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Increment package version after release of azure-messaging-eventhubs
  • Loading branch information
azure-sdk committed Feb 6, 2024
commit 8a5935c4df9b4522bf92957ce2147e75ecda07e6
10 changes: 10 additions & 0 deletions sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.7 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.6 (2024-02-06)

### Breaking Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
#define AZURE_MESSAGING_EVENTHUBS_VERSION_PRERELEASE "beta.6"
#define AZURE_MESSAGING_EVENTHUBS_VERSION_PRERELEASE "beta.7"

#define AZURE_MESSAGING_EVENTHUBS_VERSION_ITOA_HELPER(i) #i
#define AZURE_MESSAGING_EVENTHUBS_VERSION_ITOA(i) AZURE_MESSAGING_EVENTHUBS_VERSION_ITOA_HELPER(i)
Expand Down