Skip to content

Commit

Permalink
Merge pull request #56 from xsolla/rel_v302
Browse files Browse the repository at this point in the history
Changed version in src/Version.php & CHANGELOG
  • Loading branch information
Bralva authored Aug 20, 2018
2 parents a15cc29 + 7c6cff2 commit 0871380
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.1...master)
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v3.0.2...master)

## [v3.0.2](https://github.com/xsolla/xsolla-sdk-php/compare/v3.0.1...v3.0.2)
### Fixed
* Fixed 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.1';
const VERSION = 'v3.0.2';

/**
* @throws XsollaException
Expand Down

0 comments on commit 0871380

Please sign in to comment.