Skip to content

Commit

Permalink
Release v3.75.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Jul 17, 2024
1 parent 116905c commit 099075b
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.75.1
* Fixed return more than one row error if real error raised on try read next row
* Fixed checking errors for session must be deleted
* Changed signature of filter func in balancers (replaced argument from `conn.Conn` type to `endpoint.Info`)
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 = "75"
Patch = "0"
Patch = "1"

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

0 comments on commit 099075b

Please sign in to comment.