Skip to content

Commit 09f3ef5

Browse files
author
robot
committed
Release v3.101.4
1 parent 67e8bc4 commit 09f3ef5

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.101.4
12
* Switched internal type of result `ydb.Driver.Query()` from `*internal/query.Client` to `query.Client` interface
23

34
## v3.101.3

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 = "101"
6-
Patch = "3"
6+
Patch = "4"
77

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

0 commit comments

Comments
 (0)