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 a533017 commit 129db93Copy full SHA for 129db93
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.55.0
2
* Refactored `internal/value/intervalValue.Yql()`
3
* The minimum version of Go in `ydb-go-sdk` has been raised to `go1.20`
4
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "54"
6
- Patch = "3"
+ Minor = "55"
+ Patch = "0"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments