Skip to content

Commit 4ad4415

Browse files
authored
Merge branch 'master' into skip-rollback
2 parents 4c9107c + ef5ba1d commit 4ad4415

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
* Doesn't rollback a the transaction on the operation error in table service
2+
3+
## v3.80.6
24
* Fixed concurrent map writes in metrics
35
* Renamed method at experimental API reader.PopBatchTx to reader.PopMessagesBatchTx
46

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
const (
44
Major = "3"
55
Minor = "80"
6-
Patch = "5"
6+
Patch = "6"
77

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

0 commit comments

Comments
 (0)