We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef21203 commit eebd1cfCopy full SHA for eebd1cf
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.8.0
2
- Fixed bug on commit with fail, no set failed flag for rollback invocation
3
- Supported UUID (Guid)
4
src/Ydb.Sdk/src/Version.cs
@@ -3,6 +3,6 @@ namespace Ydb.Sdk;
public static class Version
{
5
public const uint Major = 0;
6
- public const uint Minor = 7;
7
- public const uint Patch = 3;
+ public const uint Minor = 8;
+ public const uint Patch = 0;
8
}
0 commit comments