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 a7527a2 commit e959a37Copy full SHA for e959a37
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.61.2
2
* Changed default transaction control to `NoTx` for execute query through query service client
3
4
## v3.61.1
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "61"
6
- Patch = "1"
+ Patch = "2"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments