Skip to content

Commit b92c7d4

Browse files
author
robot
committed
Release v3.105.1
1 parent 17628fe commit b92c7d4

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.105.1
12
* Changed the gRPC DNS balancer policy to `round_robin` for internal `discovery/ListEndpoints` call (reverted v3.90.2 changes)
23

34
## v3.105.0

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

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

0 commit comments

Comments
 (0)