Skip to content

Commit

Permalink
Release of 5.11.1 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Jul 31, 2023
1 parent 1d6ca5f commit bfe0ed0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.11.1] - 2023-07-31
### Added
- PHPSDK-128: Add new methods to set the properties within the MerchantSessionRequest object

## [5.11.0] - 2023-07-10
### Added
- DAVAMS-654: Add new method in TokenManager to return the tokens as array
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "MultiSafepay PHP SDK",
"type": "library",
"license": "MIT",
"version": "5.11.0",
"version": "5.11.1",
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Util/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
class Version
{
public const SDK_VERSION = '5.11.0';
public const SDK_VERSION = '5.11.1';

/**
* @var Version
Expand Down

0 comments on commit bfe0ed0

Please sign in to comment.