Skip to content

Commit

Permalink
Release v3.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Jun 5, 2024
1 parent 7e92c3f commit 45d084d
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.71.0
* Added `query/ResultSet.{Columns,ColumnTypes}` methods for get column names and types from query result set
* Added experimental `retry.RetryWithResult` helper for retry lambda and return value from lambda

Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

const (
Major = "3"
Minor = "70"
Minor = "71"
Patch = "0"

Prefix = "ydb-go-sdk"
Expand Down

0 comments on commit 45d084d

Please sign in to comment.