Skip to content

Commit

Permalink
Merge pull request #67 from xsolla/LIVETEAM-19892
Browse files Browse the repository at this point in the history
 Changed version in src/Version.php & CHANGELOG
  • Loading branch information
Bralva authored Sep 14, 2018
2 parents 41979a6 + 539b701 commit 2769afd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +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/v3.3.0...master)
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.0.0...master)

## [v4.0.0](https://github.com/xsolla/xsolla-sdk-php/compare/v3.3.0...v4.0.0) - 2018-09-14
### Fixed
* Update guzzle version from 5.3 to 6.0
* Change code and tests for new guzzle version
Expand Down
2 changes: 1 addition & 1 deletion build/packager.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$packager->createAutoloader([
'GuzzleHttp/functions_include.php',
'GuzzleHttp/Promise/functions_include.php',
'GuzzleHttp/Psr7/functions_include.php'
'GuzzleHttp/Psr7/functions_include.php',
], 'xsolla-autoloader.php');

$packager->createPhar(__DIR__.'/artifacts/xsolla.phar', null, 'xsolla-autoloader.php');
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 = 'v3.3.0';
const VERSION = 'v4.0.0';

/**
* @throws XsollaException
Expand Down

0 comments on commit 2769afd

Please sign in to comment.