Skip to content

Commit

Permalink
Release v3.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Oct 6, 2024
1 parent c7d991f commit 74e831e
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.83.0
* Supported `db.Table().BulkUpsert()` from scv, arrow and ydb rows formats

## v3.82.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 @@ -2,7 +2,7 @@ package version

const (
Major = "3"
Minor = "82"
Minor = "83"
Patch = "0"

Package = "ydb-go-sdk"
Expand Down

0 comments on commit 74e831e

Please sign in to comment.