Skip to content

Commit 12e1901

Browse files
author
robot
committed
Release v0.15.2
1 parent 50e7d92 commit 12e1901

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+
## v0.15.2
12
- Added SeqNo to `WriteResult`.
23
- Changed signature of the `TopicClient.DropTopic` method.
34

src/Ydb.Sdk/src/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ public static class Version
44
{
55
public const uint Major = 0;
66
public const uint Minor = 15;
7-
public const uint Patch = 1;
7+
public const uint Patch = 2;
88
}

0 commit comments

Comments
 (0)