Skip to content

Commit 7786a33

Browse files
committed
version
1 parent 775d409 commit 7786a33

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
## 3.8.11
2+
* Fixed version
3+
4+
## 3.8.10
5+
* Fixed misspell linter issue
6+
17
## 3.8.9
2-
* Removing debug print to log
8+
* Removed debug print to log
39

410
## 3.8.8
5-
* Refactoring session shutdown test
11+
* Refactored session shutdown test
612

713
## 3.8.7
814
* Ignored session shutdown test if no defined `YDB_SHUTDOWN_URLS` environment variable

internal/meta/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package meta
22

33
const (
4-
Version = "ydb-go-sdk/3.8.9"
4+
Version = "ydb-go-sdk/3.8.11"
55
)

0 commit comments

Comments
 (0)