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 4830171 commit 4fe4bffCopy full SHA for 4fe4bff
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.80.0
2
* Replaced internal table client pool entities to `internal/pool`
3
4
## v3.79.2
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "79"
6
- Patch = "2"
+ Minor = "80"
+ Patch = "0"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments