diff --git a/CHANGELOG.md b/CHANGELOG.md index d1db3ab2..468e50cd 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.0..3.13.1) + +### Added + +* Added support for payment method `Wero`. + ## [3.13.0](https://github.com/unzerdev/php-sdk/compare/3.12.0..3.13.0) ### Changed diff --git a/src/Unzer.php b/src/Unzer.php index 25493bcb..b4dc186e 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.0'; + public const SDK_VERSION = '3.13.1'; /** @var string $key */ private $key;