diff --git a/CHANGELOG.md b/CHANGELOG.md index e4b744599..1dc381e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.10.1 +* Fixed race on ydbsql concurrent connect. This hotfix only for v2 version + ## 2.10.0 * Added GlobalAsyncIndex implementation of index interface diff --git a/internal/meta/version.go b/internal/meta/version.go index 0c9fc5e81..0765a354d 100644 --- a/internal/meta/version.go +++ b/internal/meta/version.go @@ -1,5 +1,5 @@ package meta const ( - Version = "ydb-go-sdk/2.10.0" + Version = "ydb-go-sdk/2.10.1" )