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 5817eff commit 0c6702cCopy full SHA for 0c6702c
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.6.0
2
- ADO.NET over query-service
3
- Add EndpointPool
4
- Add SessionPool 2.0
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 = 5;
+ public const uint Minor = 6;
7
public const uint Patch = 0;
8
}
0 commit comments