Skip to content

Commit

Permalink
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.84.0
* Added `meta.WithTraceParent` context modifier for explicit putting traceparent header into grpc calls

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

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

Package = "ydb-go-sdk"

0 comments on commit 84e9735

Please sign in to comment.