Skip to content

Commit d64c4a2

Browse files
committed
version + CHANGELOG
1 parent a151d97 commit d64c4a2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.7.1
2+
* Fixed panic on `result.Reset(nil)`
3+
14
## 3.7.0
25
* Replaced `Option` to `CustomOption` on `Connection` interface methods
36
* Implements `WithCustom[Token,Database]` options for redefine database and token

internal/meta/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package meta
22

33
const (
4-
Version = "ydb-go-sdk/3.7.0"
4+
Version = "ydb-go-sdk/3.7.1"
55
)

0 commit comments

Comments
 (0)