Skip to content

Commit 8948929

Browse files
author
robot
committed
Release v1.4.0
1 parent 1aa9dce commit 8948929

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v1.4.0
12
* Upgraded `ydb-go-sdk` dependency
23
* Added `CredentialsStaticLogin` and `CredentialsStaticPassword` configuration parameters (alternatively for parameter `CredentialsStatic`)
34

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
const (
44
versionMajor = "1"
5-
versionMinor = "3"
5+
versionMinor = "4"
66
versionPatch = "0"
77
)
88

0 commit comments

Comments
 (0)