Skip to content

Commit

Permalink
Merge pull request #221 from MultiSafepay/release/4.0.2
Browse files Browse the repository at this point in the history
Release of 4.0.2
  • Loading branch information
Jasper-MultiSafepay authored Nov 24, 2020
2 parents 70cda41 + a8d8388 commit acbefde
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]

## [4.0.2] - 2020-11-24
### Fixed
- Fixed PHP rounding issues when casting amount to int

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": "4.0.1",
"version": "4.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 = '4.0.1';
const SDK_VERSION = '4.0.2';

/**
* @var Version
Expand Down

0 comments on commit acbefde

Please sign in to comment.