Skip to content

Commit b407f56

Browse files
azure-sdkvicancy
andauthored
Increment version for messaging/azwebpubsub releases (#22466)
* Increment package version after release of messaging/azwebpubsub * Update CHANGELOG.md --------- Co-authored-by: Liangying.Wei <[email protected]>
1 parent 3af4c7e commit b407f56

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

sdk/messaging/azwebpubsub/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Release History
22

3-
## 0.1.0 (2024-03-05)
3+
## 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)
414

515
### Features Added
616

sdk/messaging/azwebpubsub/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ const (
1414
ModuleName = "github.com/Azure/azure-sdk-for-go/sdk/messaging/azwebpubsub"
1515

1616
// ModuleVersion is the semantic version (see http://semver.org) of this module.
17-
ModuleVersion = "v0.1.0"
17+
ModuleVersion = "v0.1.1"
1818
)

0 commit comments

Comments
 (0)