Skip to content

Commit fdc94d5

Browse files
author
robot
committed
Release v0.9.0
1 parent 8cfd33e commit fdc94d5

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.9.0
12
- Writer client for YDB topics
23
- Fix: delete default timeout grpc.deadline
34

src/Ydb.Sdk/src/Version.cs

Lines changed: 1 addition & 1 deletion
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 = 8;
6+
public const uint Minor = 9;
77
public const uint Patch = 0;
88
}

0 commit comments

Comments
 (0)