Skip to content

Commit 505f804

Browse files
author
robot
committed
Release v0.14.0
1 parent 4dfe4d0 commit 505f804

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v0.14.0
12
* Reader client for YDB topics
23
* Fixed: send PartitionIds in InitRequest.
34
* Do a committed offset on StopPartitionSessionRequest event anyway.

src/Ydb.Sdk/src/Version.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ namespace Ydb.Sdk;
33
public static class Version
44
{
55
public const uint Major = 0;
6-
public const uint Minor = 12;
6+
public const uint Minor = 14;
77
public const uint Patch = 0;
88
}

0 commit comments

Comments
 (0)