From a6e5d4725f6231da652a39da53ad467a06e198b4 Mon Sep 17 00:00:00 2001 From: "david.owusu" Date: Tue, 21 Oct 2025 11:12:05 +0200 Subject: [PATCH] [CC-2981 release-version-3] [CC-2981] Release version 3.13.2 --- CHANGELOG.md | 6 ++++++ src/Unzer.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468e50cd..c0bc20ed 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.1..3.13.2) + +### Changed + +* Added chargeback handling for `fetchResourceFromEvent()` method. + ## [3.13.1](https://github.com/unzerdev/php-sdk/compare/3.13.0..3.13.1) ### Added diff --git a/src/Unzer.php b/src/Unzer.php index b4dc186e..a0bb6570 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.1'; + public const SDK_VERSION = '3.13.2'; /** @var string $key */ private $key;