Skip to content

Commit 4609aed

Browse files
Merge pull request #253 from MultiSafepay/release/5.0.0
Release of 5.0.0
2 parents 31545b8 + 3e50f0b commit 4609aed

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
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+
## [5.0.0] - 2021-02-17
810
### Added
911
- Add support for PHP 8.0
1012

composer.json

+1-1
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": "4.1.0",
6+
"version": "5.0.0",
77
"require": {
88
"php": "^7.2|^8.0",
99
"ext-json": "*",

src/Util/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class Version
1919
{
20-
const SDK_VERSION = '4.1.0';
20+
const SDK_VERSION = '5.0.0';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)