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 b538748 commit 6f56a5cCopy full SHA for 6f56a5c
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.89.6
2
* Refactored `database/sql` driver internals for query-service client support in the future
3
4
## v3.89.5
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "89"
6
- Patch = "5"
+ Patch = "6"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments