Skip to content

Commit

Permalink
bump version to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a.lukinykh committed Oct 26, 2016
1 parent 11f8f02 commit b6346a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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/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

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 = 'v2.6.0';
const VERSION = 'v2.6.1';

/**
* @throws XsollaException
Expand Down

0 comments on commit b6346a8

Please sign in to comment.