Skip to content

Commit 58ae56b

Browse files
authored
Increment package version after release of messaging/azeventgrid (Azure#21788)
1 parent 8a54588 commit 58ae56b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdk/messaging/azeventgrid/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.3.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.3.0 (2023-10-17)
414

515
### Breaking Changes

sdk/messaging/azeventgrid/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ const (
1414
ModuleName = "azeventgrid"
1515

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

0 commit comments

Comments
 (0)