Skip to content

Commit eebd1cf

Browse files
author
robot
committed
Release v0.8.0
1 parent ef21203 commit eebd1cf

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.8.0
12
- Fixed bug on commit with fail, no set failed flag for rollback invocation
23
- Supported UUID (Guid)
34

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

0 commit comments

Comments
 (0)