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 775d409 commit 7786a33Copy full SHA for 7786a33
CHANGELOG.md
@@ -1,8 +1,14 @@
1
+## 3.8.11
2
+* Fixed version
3
+
4
+## 3.8.10
5
+* Fixed misspell linter issue
6
7
## 3.8.9
-* Removing debug print to log
8
+* Removed debug print to log
9
10
## 3.8.8
-* Refactoring session shutdown test
11
+* Refactored session shutdown test
12
13
## 3.8.7
14
* Ignored session shutdown test if no defined `YDB_SHUTDOWN_URLS` environment variable
internal/meta/version.go
@@ -1,5 +1,5 @@
package meta
const (
- Version = "ydb-go-sdk/3.8.9"
+ Version = "ydb-go-sdk/3.8.11"
)
0 commit comments