Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Jan 16, 2025
1 parent 3009a4b commit 40a3b47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v0.10.0
- 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.
- Supported in ADO.NET GetSchema(Async). CollectionNames:
* Tables
Expand Down
4 changes: 2 additions & 2 deletions src/Ydb.Sdk/src/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ namespace Ydb.Sdk;
public static class Version
{
public const uint Major = 0;
public const uint Minor = 9;
public const uint Patch = 4;
public const uint Minor = 10;
public const uint Patch = 0;
}

0 comments on commit 40a3b47

Please sign in to comment.