Skip to content

Commit

Permalink
Merge pull request #23 from ydb-platform/2.10.1
Browse files Browse the repository at this point in the history
2.10.1
  • Loading branch information
asmyasnikov authored Oct 22, 2021
2 parents 709cfe4 + 35871cc commit 0156067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion internal/meta/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package meta

const (
Version = "ydb-go-sdk/2.10.0"
Version = "ydb-go-sdk/2.10.1"
)

0 comments on commit 0156067

Please sign in to comment.