Skip to content

Commit 1ad73b3

Browse files
author
robot
committed
Release v0.6.3
1 parent b0dc132 commit 1ad73b3

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.6.3
12
- Fixed bug: parameter type mismatch, when setting optional with null
23

34
## v0.6.2

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 = 6;
7-
public const uint Patch = 2;
7+
public const uint Patch = 3;
88
}

0 commit comments

Comments
 (0)