We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32abd54 commit 822befeCopy full SHA for 822befe
2 files changed
sdk/internal/CHANGELOG.md
@@ -1,6 +1,16 @@
1
# Release History
2
3
-## 1.0.2 (Unreleased)
+## 1.1.1 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
+## 1.1.0 (2022-10-19)
14
15
### Features Added
16
sdk/internal/version.go
@@ -11,5 +11,5 @@ const (
Module = "internal"
// Version is the semantic version (see http://semver.org) of this module.
- Version = "v1.0.2"
+ Version = "v1.1.0"
)
0 commit comments