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 7fc096e commit 89f4332Copy full SHA for 89f4332
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.89.0
2
* Fixed send optional arguments to the server with `ydb.ParamsBuilder`
3
4
## v3.88.0
internal/version/version.go
@@ -2,7 +2,7 @@ package version
const (
Major = "3"
5
- Minor = "88"
+ Minor = "89"
6
Patch = "0"
7
8
Package = "ydb-go-sdk"
0 commit comments