We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0ab6e commit a6d783dCopy full SHA for a6d783d
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.115.5
2
* Fixed error logging in `topic.UpdateOffsetsInTransaction`
3
4
## v3.115.4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "115"
6
- Patch = "4"
+ Patch = "5"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments