Skip to content

Commit bfe0ed0

Browse files
authored
Release of 5.11.1 (#336)
1 parent 1d6ca5f commit bfe0ed0

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.11.1] - 2023-07-31
10+
### Added
11+
- PHPSDK-128: Add new methods to set the properties within the MerchantSessionRequest object
12+
913
## [5.11.0] - 2023-07-10
1014
### Added
1115
- DAVAMS-654: Add new method in TokenManager to return the tokens as array

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.11.0",
6+
"version": "5.11.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-
public const SDK_VERSION = '5.11.0';
20+
public const SDK_VERSION = '5.11.1';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)