We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e7d92 commit 12e1901Copy full SHA for 12e1901
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.15.2
2
- Added SeqNo to `WriteResult`.
3
- Changed signature of the `TopicClient.DropTopic` method.
4
src/Ydb.Sdk/src/Version.cs
@@ -4,5 +4,5 @@ public static class Version
{
5
public const uint Major = 0;
6
public const uint Minor = 15;
7
- public const uint Patch = 1;
+ public const uint Patch = 2;
8
}
0 commit comments