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 94a27fe commit 64a9688Copy full SHA for 64a9688
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.3.0
2
- Add rollback transaction API
3
4
## v0.2.2
src/Ydb.Sdk/src/Version.cs
@@ -6,6 +6,6 @@ namespace Ydb.Sdk;
6
public static class Version
7
{
8
public const uint Major = 0;
9
- public const uint Minor = 2;
10
- public const uint Patch = 3;
+ public const uint Minor = 3;
+ public const uint Patch = 0;
11
}
0 commit comments