Skip to content

Commit 2d3b155

Browse files
author
robot
committed
Release v3.52.3
1 parent 41ffe31 commit 2d3b155

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.52.3
12
* Removed almost all experimental marks from topic api.
23
* Rename some topic APIs (old names was deprecated and will be removed in one of next versions).
34
* Deprecated topic options (the option will be removed): min size of read messages batch

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 = "52"
6-
Patch = "2"
6+
Patch = "3"
77

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

0 commit comments

Comments
 (0)