Skip to content

Commit 818516b

Browse files
author
robot
committed
Release v0.3.1
1 parent 7d107a6 commit 818516b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v0.3.1
12
- Fix error: Access denied without user token
23

34
## v0.3.0

src/Ydb.Sdk/src/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ public static class Version
77
{
88
public const uint Major = 0;
99
public const uint Minor = 3;
10-
public const uint Patch = 0;
10+
public const uint Patch = 1;
1111
}

0 commit comments

Comments
 (0)