Skip to content

Commit

Permalink
bump version to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kachulin committed Oct 9, 2020
1 parent 3e05105 commit 0b3a0d5
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.1...master)
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.2...master)

## [v4.1.2](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.1...v4.1.2) - 2020-10-09
### Added
* Changed support version of PHP from 7.1.3 to 7.4.x

## [v4.1.1](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.0...v4.1.1) - 2020-07-16
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.1';
const VERSION = 'v4.1.2';

/**
* @throws XsollaException
Expand Down

0 comments on commit 0b3a0d5

Please sign in to comment.