diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9f16f..29f7f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [5.6.0] - 2022-07-12 +### Added +- PHPSDK-94: Support for listing transactions +- DAVAMS-491: Add GatewayInfo object for MyBank issuers + ### Changed - Sdk class: save the tokenManager as a class variable to avoid creating new instances - TokenManager: Reduce the amount of API calls when getting tokens by gateway +### Fixed +- PHPSDK-98: Fix the filter for allowed options in the GatewayManager + ## [5.5.0] - 2022-05-11 ### Added + PHPSDK-90: Add MAESTRO tokens within the results of the CREDITCARD tokens request diff --git a/composer.json b/composer.json index 574cc04..3c6d071 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "MultiSafepay PHP SDK", "type": "library", "license": "MIT", - "version": "5.5.0", + "version": "5.6.0", "require": { "php": "^7.2|^8.0", "ext-json": "*", diff --git a/src/Util/Version.php b/src/Util/Version.php index bbb2e1e..d69ef3c 100644 --- a/src/Util/Version.php +++ b/src/Util/Version.php @@ -17,7 +17,7 @@ */ class Version { - const SDK_VERSION = '5.5.0'; + const SDK_VERSION = '5.6.0'; /** * @var Version