Skip to content

Commit

Permalink
Merge pull request #54 from xsolla/v301
Browse files Browse the repository at this point in the history
Changed version in src/Version.php & CHANGELOG
  • Loading branch information
Bralva authored Aug 17, 2018
2 parents 0accfed + 388e25d commit fedd407
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# 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.0...master)
### Changed
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v3.0.1...master)

## [v3.0.1](https://github.com/xsolla/xsolla-sdk-php/compare/v3.0.0...v3.0.1)
### Fixed
* Changed php images at .travis.yml (add php72, php71, delete old php versions)
* Changed README.md

## [v3.0.0](https://github.com/xsolla/xsolla-sdk-php/compare/v2.6.2...master)
## [v3.0.0](https://github.com/xsolla/xsolla-sdk-php/compare/v2.6.2...v3.0.0)
### Added
* Changed support version of php from 5.* to 7.1.*

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.0';
const VERSION = 'v3.0.1';

/**
* @throws XsollaException
Expand Down

0 comments on commit fedd407

Please sign in to comment.