Skip to content

Commit 7b78dbd

Browse files
author
robot
committed
Release v0.16.0
1 parent f0ad01c commit 7b78dbd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.16.0
2+
13
- **Breaking Change**: `Ydb.Sdk.Yc.Auth` version <= 0.1.0 is not compatible with newer versions.
24
- Added `IAuthClient` to fetch auth token.
35
- Added the `CachedCredentialsProvider` class, which streamlines token lifecycle management.

src/Ydb.Sdk/src/Version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ namespace Ydb.Sdk;
33
public static class Version
44
{
55
public const uint Major = 0;
6-
public const uint Minor = 15;
7-
public const uint Patch = 4;
6+
public const uint Minor = 16;
7+
public const uint Patch = 0;
88
}

0 commit comments

Comments
 (0)