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 41ea7d7 commit 5f5e671Copy full SHA for 5f5e671
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.104.7
2
* Added public type alias `ydb.Params` to `internal/params.Parameters` for external usage
3
4
## v3.104.6
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "104"
6
- Patch = "6"
+ Patch = "7"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments