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 28de5d3 commit a6939ceCopy full SHA for a6939ce
sdk/messaging/azeventgrid/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
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 (2023-07-11)
14
15
### Features Added
sdk/messaging/azeventgrid/version.go
@@ -14,5 +14,5 @@ const (
moduleName = "azeventgrid"
16
// 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