Skip to content

Commit 40a3b47

Browse files
author
robot
committed
Release v0.10.0
1 parent 3009a4b commit 40a3b47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v0.10.0
12
- Fixed bug in Topic Writer: race condition when session fails, then write operation starts on previous session and new session is created. Messages may be lost.
23
- Supported in ADO.NET GetSchema(Async). CollectionNames:
34
* Tables

src/Ydb.Sdk/src/Version.cs

Lines changed: 2 additions & 2 deletions
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 = 9;
7-
public const uint Patch = 4;
6+
public const uint Minor = 10;
7+
public const uint Patch = 0;
88
}

0 commit comments

Comments
 (0)