Skip to content

Commit

Permalink
Update Changelog, composer.json and SDK_VERSION constant (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Sep 3, 2020
1 parent a2e8437 commit 636e9cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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": "3.0.1",
"version": "3.0.2",
"require": {
"php": "^7.1",
"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
{
const SDK_VERSION = '3.0.1';
const SDK_VERSION = '3.0.2';

/**
* @var Version
Expand Down

0 comments on commit 636e9cd

Please sign in to comment.