Skip to content

Commit

Permalink
Release v3.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Mar 18, 2024
1 parent 63b903d commit 4315955
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.58.2
* Added `trace.Query.OnSessionBegin` event
* Added `trace.Query.OnResult{New,NextPart,NextResultSet,Close}` events
* Added `trace.Query.OnRow{Scan,ScanNamed,ScanStruct}` events
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 = "58"
Patch = "1"
Patch = "2"

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

0 comments on commit 4315955

Please sign in to comment.