Skip to content

Commit

Permalink
bump version to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l-malinin committed May 12, 2021
1 parent ff7dd6d commit 07729c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.2...master)
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.2.0...master)

## [v4.2.0](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.2...v4.2.0) - 2021-05-12
### Added
* Changed support version of PHP to ^7.3|^8.0
* Changed version of phpunit/phpunit from ~7.3 to ^9.0
* Fixed null-return in AfsRejectMessage::getExternalPaymentId() (Missing 'return' statement)
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Version
{
const VERSION = 'v4.1.2';
const VERSION = 'v4.2.0';

/**
* @throws XsollaException
Expand Down

0 comments on commit 07729c1

Please sign in to comment.