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 6e2ea59 commit 6d876bcCopy full SHA for 6d876bc
sdk/messaging/azeventhubs/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 2.0.0-beta.2 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 2.0.0-beta.1 (2025-05-06)
14
15
### Features Added
sdk/messaging/azeventhubs/internal/constants.go
@@ -4,7 +4,7 @@
package internal
// Version is the semantic version number
-const Version = "v2.0.0-beta.1"
+const Version = "v2.0.0-beta.2"
// CapabilityGeoDRReplication is passed as part of our desired capabilities when creating links.
const CapabilityGeoDRReplication = "com.microsoft:georeplication"
0 commit comments