Skip to content

Commit

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

## [v3.2.0](https://github.com/xsolla/xsolla-sdk-php/compare/v3.1.0...v3.2.0) - 2018-09-11
### Added
* Method UpdatePromotionCampaigns
* 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.1.0';
const VERSION = 'v3.2.0';

/**
* @throws XsollaException
Expand Down

0 comments on commit 0870203

Please sign in to comment.