Skip to content

Commit 5156e22

Browse files
authored
release-version-3] [CC-2981] Release version 3.13.2
1 parent 9684e61 commit 5156e22

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres
66
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [3.13.1](https://github.com/unzerdev/php-sdk/compare/3.13.1..3.13.2)
9+
10+
### Changed
11+
12+
* Added chargeback handling for `fetchResourceFromEvent()` method.
13+
814
## [3.13.1](https://github.com/unzerdev/php-sdk/compare/3.13.0..3.13.1)
915

1016
### Added

src/Unzer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Unzer implements
5858
public const BASE_URL = 'api.unzer.com';
5959
public const API_VERSION = ApiVersions::V1;
6060
public const SDK_TYPE = 'UnzerPHP';
61-
public const SDK_VERSION = '3.13.1';
61+
public const SDK_VERSION = '3.13.2';
6262

6363
/** @var string $key */
6464
private $key;

0 commit comments

Comments
 (0)