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 3af4c7e commit b407f56Copy full SHA for b407f56
sdk/messaging/azwebpubsub/CHANGELOG.md
@@ -1,6 +1,16 @@
1
# Release History
2
3
-## 0.1.0 (2024-03-05)
+## 0.1.1 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
+## 0.1.0 (2024-02-27)
14
15
### Features Added
16
sdk/messaging/azwebpubsub/internal/version.go
@@ -14,5 +14,5 @@ const (
ModuleName = "github.com/Azure/azure-sdk-for-go/sdk/messaging/azwebpubsub"
// ModuleVersion is the semantic version (see http://semver.org) of this module.
17
- ModuleVersion = "v0.1.0"
+ ModuleVersion = "v0.1.1"
18
)
0 commit comments