Skip to content

Commit 18e9f8b

Browse files
author
robot
committed
Release v3.80.10
1 parent a16161a commit 18e9f8b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.80.10
12
* Added `ydb.WithSessionPoolSessionUsageLimit()` option for limitation max count of session usage
23
* Refactored experimental topic iterators in `topicsugar` package
34

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
const (
44
Major = "3"
55
Minor = "80"
6-
Patch = "9"
6+
Patch = "10"
77

88
Package = "ydb-go-sdk"
99
)

0 commit comments

Comments
 (0)