Skip to content

Commit 099075b

Browse files
author
robot
committed
Release v3.75.1
1 parent 116905c commit 099075b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.75.1
12
* Fixed return more than one row error if real error raised on try read next row
23
* Fixed checking errors for session must be deleted
34
* Changed signature of filter func in balancers (replaced argument from `conn.Conn` type to `endpoint.Info`)

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 = "75"
6-
Patch = "0"
6+
Patch = "1"
77

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

0 commit comments

Comments
 (0)