From 636e9cd0ff61f8441bec345deb0df9a5ebdef557 Mon Sep 17 00:00:00 2001 From: Vinod Sowdagar <53818758+Vinod-MultiSafepay@users.noreply.github.com> Date: Thu, 3 Sep 2020 11:58:08 +0200 Subject: [PATCH] Update Changelog, composer.json and SDK_VERSION constant (#196) --- CHANGELOG.md | 2 ++ composer.json | 2 +- src/Util/Version.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b59dc38..e871a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [3.0.2] - 2020-09-03 ### Fixed - Fix bug where issuers wouldn't be able to load because of wrong issuer code type (int instead of string) diff --git a/composer.json b/composer.json index bb8a6f4..6d73c01 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "MultiSafepay PHP SDK", "type": "library", "license": "MIT", - "version": "3.0.1", + "version": "3.0.2", "require": { "php": "^7.1", "ext-json": "*", diff --git a/src/Util/Version.php b/src/Util/Version.php index 58c0984..8f6db8b 100644 --- a/src/Util/Version.php +++ b/src/Util/Version.php @@ -17,7 +17,7 @@ */ class Version { - const SDK_VERSION = '3.0.1'; + const SDK_VERSION = '3.0.2'; /** * @var Version