diff --git a/CHANGELOG.md b/CHANGELOG.md index c0bc20ed..23781bea 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [3.13.1](https://github.com/unzerdev/php-sdk/compare/3.13.1..3.13.2) +## [3.14.0](https://github.com/unzerdev/php-sdk/compare/3.13.2..3.14.0) + +### Changed + +* Add `subscriptionAgreement` property for v2 Paypage creation to `\UnzerSDK\Resources\EmbeddedResources\Paypage\Urls` + +## [3.13.2](https://github.com/unzerdev/php-sdk/compare/3.13.1..3.13.2) ### Changed diff --git a/src/Unzer.php b/src/Unzer.php index a0bb6570..1c18d78a 100644 --- a/src/Unzer.php +++ b/src/Unzer.php @@ -58,7 +58,7 @@ class Unzer implements public const BASE_URL = 'api.unzer.com'; public const API_VERSION = ApiVersions::V1; public const SDK_TYPE = 'UnzerPHP'; - public const SDK_VERSION = '3.13.2'; + public const SDK_VERSION = '3.14.0'; /** @var string $key */ private $key;