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,