Skip to content

Commit

Permalink
bump version to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ipanyukov committed May 31, 2016
1 parent 2168058 commit 8bc6ad0
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.5.0...master)
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v2.6.0...master)

## [v2.6.0](https://github.com/xsolla/xsolla-sdk-php/compare/v2.5.0...v2.6.0) - 2016-05-31
### Added
* Added public user id processing for [User Search](http://developers.xsolla.com/api.html#user-search) webhook method.
* Added support for [Saved Payment Accounts](http://developers.xsolla.com/api.html#direct-payments) API methods to `XsollaClient`.
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.5.0';
const VERSION = 'v2.6.0';

/**
* @throws XsollaException
Expand Down

0 comments on commit 8bc6ad0

Please sign in to comment.