Skip to content

Commit

Permalink
Release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Dec 18, 2024
1 parent 2c5c7bd commit 6095807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v0.9.3
- Fixed bug in Topic Writer: worker is stopped by disposeCts
- Fixed bug in sql parser ADO.NET: deduplication declare param in YQL query
- Deleted property BufferOverflowRetryTimeoutMs
Expand Down
2 changes: 1 addition & 1 deletion src/Ydb.Sdk/src/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ public static class Version
{
public const uint Major = 0;
public const uint Minor = 9;
public const uint Patch = 2;
public const uint Patch = 3;
}

0 comments on commit 6095807

Please sign in to comment.