Skip to content

Commit

Permalink
bump version to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ipanyukov committed Apr 27, 2016
1 parent 7d10f91 commit 67ffced
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.3.0...master)
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v2.4.0...master)

## [v2.4.0](https://github.com/xsolla/xsolla-sdk-php/compare/v2.3.0...v2.4.0) - 2016-04-27
### Added
* Added [Frontend API](http://developers.xsolla.com/api.html#paystation) http methods.
* Added [Update Subscription](http://developers.xsolla.com/api.html#renew-subscription) webhook method.
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.3.0';
const VERSION = 'v2.4.0';

/**
* @throws XsollaException
Expand Down

0 comments on commit 67ffced

Please sign in to comment.