Skip to content

Commit

Permalink
bump version to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Zakharov committed Jan 13, 2016
1 parent d3ae3e1 commit bc776b0
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.1.0...master)
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v2.2.0...master)

## [v2.2.0](https://github.com/xsolla/xsolla-sdk-php/compare/v2.1.0...v2.2.0) - 2016-01-13
### Added
* Added [Game Delivery](http://developers.xsolla.com/api.html#game-delivery) 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.1.0';
const VERSION = 'v2.2.0';

/**
* @throws XsollaException
Expand Down

0 comments on commit bc776b0

Please sign in to comment.