diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dfdd105..c7effa80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## v0.1.4 - Add exception throwing when results truncated - lint: add line feed at file end diff --git a/src/Ydb.Sdk/src/Version.cs b/src/Ydb.Sdk/src/Version.cs index 55186568..c9154a84 100644 --- a/src/Ydb.Sdk/src/Version.cs +++ b/src/Ydb.Sdk/src/Version.cs @@ -4,5 +4,5 @@ public static class Verison { public const uint Major = 0; public const uint Minor = 1; - public const uint Patch = 3; + public const uint Patch = 4; }