Skip to content

Commit

Permalink
Release v3.92.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Nov 13, 2024
1 parent 7c3eb3c commit bd9b1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v3.92.1
* Added `sugar.WithUserPassword(user,password)` option for `sugar.DSN()` helper
* Added `sugar.WithSecure(bool)` option for `sugar.DSN()` helper
* Small breaking change: `sugar.DSN` have only two required parameters (endpoint and database) from now on.
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
const (
Major = "3"
Minor = "92"
Patch = "0"
Patch = "1"

Package = "ydb-go-sdk"
)
Expand Down

0 comments on commit bd9b1e0

Please sign in to comment.