We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0270c00 commit 622779cCopy full SHA for 622779c
sdk/internal/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.5.2 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.5.1 (2023-12-06)
14
15
### Bugs Fixed
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.5.1"
+ Version = "v1.5.2"
)
0 commit comments