Skip to content

Commit 621b3c1

Browse files
committed
fix CHANGELOG and version after previous commit
1 parent e39fb8a commit 621b3c1

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-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.2.3
2+
* Fixed bug of interpret tilda in path of certificates file
3+
14
## 3.2.2
25
* Fixed result type of `RawValue.String` (ydb string compatible)
36
* Fixed scans ydb types into string and slice byte receivers

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ retract v3.0.1
1515
retract v3.0.2
1616

1717
retract v3.0.3
18+
19+
retract v3.2.3

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.2.2"
4+
Version = "ydb-go-sdk/3.2.3"
55
)

0 commit comments

Comments
 (0)