Skip to content

Commit 0da8bfc

Browse files
Merge pull request #273 from MultiSafepay/release/5.2.1
added release data
2 parents ba10ad5 + d74d669 commit 0da8bfc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [5.2.1] - 2021-09-06
89
### Fixed
910
- Fixed a bug where a refund could not be created if the orderId parameter wasn't provided.
1011

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "MultiSafepay PHP SDK",
44
"type": "library",
55
"license": "MIT",
6-
"version": "5.2.0",
6+
"version": "5.2.1",
77
"require": {
88
"php": "^7.2|^8.0",
99
"ext-json": "*",

src/Util/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class Version
1919
{
20-
const SDK_VERSION = '5.2.0';
20+
const SDK_VERSION = '5.2.1';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)