Skip to content

Commit fb20e38

Browse files
author
robot
committed
Release v3.53.4
1 parent 444cac4 commit fb20e38

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.53.4
12
* Downgrade `golang.org/x/net` from `0.17.0` to `0.15.0`
23
* Downgrade `golang.org/x/sys` from `v0.13.0` to `v0.12.0`
34
* Downgrade `golang.org/x/crypto` from `v0.14.0` to `v0.13.0`

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

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

0 commit comments

Comments
 (0)