Skip to content

Commit

Permalink
Bump version v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Shlykov committed Dec 4, 2018
1 parent bf2899a commit 76d1946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.0.1...master)
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.0.2...master)

## [v4.0.2](https://github.com/vlepigeo/xsolla-sdk-php/compare/v4.0.1...afs_reject) - 2018-11-06
### Fixed
* Add AFS reject class
## [v4.0.2](https://github.com/vlepigeo/xsolla-sdk-php/compare/v4.0.1...v4.0.2) - 2018-12-04
### Added
* [Afs reject](https://developers.xsolla.com/api/v1/getting-started/#api_webhooks_afs_reject) webhook method.
* [User attributes](https://developers.xsolla.com/api/v1/getting-started/#api_payment_ui_get_token_user_attributes) for token request.

## [v4.0.1](https://github.com/xsolla/xsolla-sdk-php/compare/v4.0.0...v4.0.1) - 2018-09-18
### Fixed
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 = 'v4.0.1';
const VERSION = 'v4.0.2';

/**
* @throws XsollaException
Expand Down

0 comments on commit 76d1946

Please sign in to comment.