We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444cac4 commit fb20e38Copy full SHA for fb20e38
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.53.4
2
* Downgrade `golang.org/x/net` from `0.17.0` to `0.15.0`
3
* Downgrade `golang.org/x/sys` from `v0.13.0` to `v0.12.0`
4
* Downgrade `golang.org/x/crypto` from `v0.14.0` to `v0.13.0`
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "53"
6
- Patch = "3"
+ Patch = "4"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments