Skip to content

Commit 79ad9e6

Browse files
Bump version to 5.1.1
1 parent 49bdfec commit 79ad9e6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.1.1] - 2021-07-13
10+
### Changed
11+
- Removal of phone number filtering in PhoneNumber value object.
12+
913
## [5.1.0] - 2021-06-01
1014
### Changed
1115
- Deprecation of duplicate method TransactionResponse->getPaymentLink().

composer.json

+1-1
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.1.0",
6+
"version": "5.1.1",
77
"require": {
88
"php": "^7.2|^8.0",
99
"ext-json": "*",

src/Util/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class Version
1919
{
20-
const SDK_VERSION = '5.1.0';
20+
const SDK_VERSION = '5.1.1';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)