Skip to content

Commit

Permalink
Merge pull request #271 from MultiSafepay/release/5.2.0
Browse files Browse the repository at this point in the history
added release data
  • Loading branch information
Stanislau-MultiSafepay authored Aug 27, 2021
2 parents 204a446 + 72482f0 commit aa908d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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]
## [5.2.0] - 2021-08-27
### Added
- Added support for [API manual capture endpoints](https://docs.multisafepay.com/api/#manual-capture-orders)

## [5.1.1] - 2021-07-13
### Changed
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": "5.1.1",
"version": "5.2.0",
"require": {
"php": "^7.2|^8.0",
"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 = '5.1.1';
const SDK_VERSION = '5.2.0';

/**
* @var Version
Expand Down

0 comments on commit aa908d3

Please sign in to comment.