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 0b3d8ca commit cb0dbd7Copy full SHA for cb0dbd7
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.93.0
2
* Added `ydb.WithStaticCredentialsLogin` and `ydb.WithStaticCredentialsPassword` options
3
4
## v3.92.6
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "92"
6
- Patch = "6"
+ Minor = "93"
+ Patch = "0"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments