Skip to content

Commit d0ab11d

Browse files
author
robot
committed
Release v3.104.6
1 parent 251128a commit d0ab11d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.104.6
12
* Refactored `table.TransactionControl` and `query.TransactionControl` for use single implementation in `internal/tx`
23
* Changed `ydb.WithTxControl` context modifier for allow both `table.TransactionControl` and `query.TransactionControl`
34

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
const (
44
Major = "3"
55
Minor = "104"
6-
Patch = "5"
6+
Patch = "6"
77

88
Package = "ydb-go-sdk"
99
)

0 commit comments

Comments
 (0)