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 fb0cf30 commit 1c0f502Copy full SHA for 1c0f502
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.3.2
2
- Make KeepAlive method public for TableClient
3
4
## v0.3.1
src/Ydb.Sdk/src/Version.cs
@@ -7,5 +7,5 @@ public static class Version
7
{
8
public const uint Major = 0;
9
public const uint Minor = 3;
10
- public const uint Patch = 1;
+ public const uint Patch = 2;
11
}
0 commit comments