Skip to content

Commit 636e9cd

Browse files
Update Changelog, composer.json and SDK_VERSION constant (#196)
1 parent a2e8437 commit 636e9cd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [3.0.2] - 2020-09-03
810
### Fixed
911
- Fix bug where issuers wouldn't be able to load because of wrong issuer code type (int instead of string)
1012

composer.json

Lines changed: 1 addition & 1 deletion
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": "3.0.1",
6+
"version": "3.0.2",
77
"require": {
88
"php": "^7.1",
99
"ext-json": "*",

src/Util/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class Version
1919
{
20-
const SDK_VERSION = '3.0.1';
20+
const SDK_VERSION = '3.0.2';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)