From 47f31db27702c31b815d9c2226e81cfb3e052bb4 Mon Sep 17 00:00:00 2001 From: "david.owusu" Date: Tue, 23 Sep 2025 16:12:02 +0200 Subject: [PATCH] [CC-2654 release-3-13-1] Prepare release 3.13.1 --- CHANGELOG.md | 6 ++++++ src/Unzer.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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;