Skip to content

Commit bd9b1e0

Browse files
author
robot
committed
Release v3.92.1
1 parent 7c3eb3c commit bd9b1e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.92.1
12
* Added `sugar.WithUserPassword(user,password)` option for `sugar.DSN()` helper
23
* Added `sugar.WithSecure(bool)` option for `sugar.DSN()` helper
34
* Small breaking change: `sugar.DSN` have only two required parameters (endpoint and database) from now on.

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
const (
44
Major = "3"
55
Minor = "92"
6-
Patch = "0"
6+
Patch = "1"
77

88
Package = "ydb-go-sdk"
99
)

0 commit comments

Comments
 (0)