Skip to content

Commit

Permalink
Merge pull request #60 from xsolla/LIVETEAM-19797
Browse files Browse the repository at this point in the history
Changed version in src/Version.php & CHANGELOG
  • Loading branch information
Bralva authored Sep 5, 2018
2 parents 5c62171 + f84b2e0 commit 7fb0348
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/v3.0.3...master)
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v3.1.0...master)

## [v3.1.0](https://github.com/xsolla/xsolla-sdk-php/compare/v3.0.3...3.1.0) - 2018-09-05
### Added
* Methods CreateCouponPromotion, ListCouponPromotions, CreateCoupon
* Tests
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 = 'v3.0.3';
const VERSION = 'v3.1.0';

/**
* @throws XsollaException
Expand Down

0 comments on commit 7fb0348

Please sign in to comment.