We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa9dce commit 8948929Copy full SHA for 8948929
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v1.4.0
2
* Upgraded `ydb-go-sdk` dependency
3
* Added `CredentialsStaticLogin` and `CredentialsStaticPassword` configuration parameters (alternatively for parameter `CredentialsStatic`)
4
version.go
@@ -2,7 +2,7 @@ package main
const (
versionMajor = "1"
5
- versionMinor = "3"
+ versionMinor = "4"
6
versionPatch = "0"
7
)
8
0 commit comments