From b6346a837c7218a26bbf53d67bf0a2b6d211f2e6 Mon Sep 17 00:00:00 2001 From: "a.lukinykh" Date: Wed, 26 Oct 2016 13:00:00 +0500 Subject: [PATCH] bump version to v2.6.1 --- CHANGELOG.md | 4 +++- src/Version.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d79a6c5..e41a744 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/v2.6.0...master) +## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v2.6.1...master) + +## [v2.6.1](https://github.com/xsolla/xsolla-sdk-php/compare/v2.6.0...v2.6.1) - 2016-10-26 ### Fixed * Added missing parameters for GET requests diff --git a/src/Version.php b/src/Version.php index e76d64c..5196b27 100644 --- a/src/Version.php +++ b/src/Version.php @@ -6,7 +6,7 @@ class Version { - const VERSION = 'v2.6.0'; + const VERSION = 'v2.6.1'; /** * @throws XsollaException