Skip to content

Commit 10e62e2

Browse files
author
robot
committed
Release v3.74.1
1 parent 96605b1 commit 10e62e2

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.74.1
12
* Allowed the use of DSN without specifying the protocol/scheme
23
* Allowed casts from signed YDB types to unsigned destination types if source value is not negative
34
* Removed public `query.Identifier` interface for exclude any external implementations for use with YDB

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 = "74"
6-
Patch = "0"
6+
Patch = "1"
77

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

0 commit comments

Comments
 (0)