From 539b7019cb96b6d7fef1857f0d17dc03c0f1b96a Mon Sep 17 00:00:00 2001 From: "a.brusnitsin" Date: Fri, 14 Sep 2018 17:11:27 +0500 Subject: [PATCH] Changed version in src/Version.php & CHANGELOG --- CHANGELOG.md | 4 +++- build/packager.php | 2 +- src/Version.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b56c8..785a51a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build/packager.php b/build/packager.php index 9895793..50016b2 100644 --- a/build/packager.php +++ b/build/packager.php @@ -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'); diff --git a/src/Version.php b/src/Version.php index 4571337..66c5e4c 100644 --- a/src/Version.php +++ b/src/Version.php @@ -6,7 +6,7 @@ class Version { - const VERSION = 'v3.3.0'; + const VERSION = 'v4.0.0'; /** * @throws XsollaException