From b593bbdd3c671d31a36af9d20bef068874c6be92 Mon Sep 17 00:00:00 2001 From: Arman Tuyakbayev Date: Thu, 21 Jan 2021 16:54:44 +0500 Subject: [PATCH] Update SDK to 2.10.0 (#445) --- CHANGELOG.md | 4 ++++ src/Client.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c52f6b799..7a1cd0ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ Security - in case of vulnerabilities. ## [Unreleased] +_TBD_ + +## [2.10.0] 2021-01-21 + ### Added - [x] Added new properties to `KycDocument`: `matchLevel`, `reason` diff --git a/src/Client.php b/src/Client.php index 5af7cd908..41a7074ce 100644 --- a/src/Client.php +++ b/src/Client.php @@ -104,7 +104,7 @@ final class Client */ public const CURRENT_VERSION = 'v2.1'; - public const SDK_VERSION = '2.9.0'; + public const SDK_VERSION = '2.10.0'; private static $services = [ 'authenticationOptions' => Services\AuthenticationOptionsService::class,