Skip to content

Commit

Permalink
Release v3.53.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Oct 19, 2023
1 parent 444cac4 commit fb20e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v3.53.4
* Downgrade `golang.org/x/net` from `0.17.0` to `0.15.0`
* Downgrade `golang.org/x/sys` from `v0.13.0` to `v0.12.0`
* Downgrade `golang.org/x/crypto` from `v0.14.0` to `v0.13.0`
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
const (
Major = "3"
Minor = "53"
Patch = "3"
Patch = "4"

Prefix = "ydb-go-sdk"
)
Expand Down

0 comments on commit fb20e38

Please sign in to comment.