We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfe4d0 commit 505f804Copy full SHA for 505f804
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.14.0
2
* Reader client for YDB topics
3
* Fixed: send PartitionIds in InitRequest.
4
* Do a committed offset on StopPartitionSessionRequest event anyway.
src/Ydb.Sdk/src/Version.cs
@@ -3,6 +3,6 @@ namespace Ydb.Sdk;
public static class Version
{
5
public const uint Major = 0;
6
- public const uint Minor = 12;
+ public const uint Minor = 14;
7
public const uint Patch = 0;
8
}
0 commit comments