We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176ab71 commit 48ecc39Copy full SHA for 48ecc39
2 files changed
sdk/messaging/azservicebus/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.6.1 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.6.0 (2024-01-17)
14
15
### Features Added
sdk/messaging/azservicebus/internal/constants.go
@@ -4,4 +4,4 @@
package internal
// Version is the semantic version number
-const Version = "v1.6.0"
+const Version = "v1.6.1"
0 commit comments