Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nunorafaelrocha committed Dec 5, 2015
1 parent 23062ba commit 901a7fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 4.0.2 / 2015-12-05
- [#114](https://github.com/seegno/uphold-sdk-php/pull/114) Fix API documentation url (@nunorafaelrocha)
- [#113](https://github.com/seegno/uphold-sdk-php/pull/113) Add empty responses handling (@nunorafaelrocha)
- [#112](https://github.com/seegno/uphold-sdk-php/pull/112) Update API documentation url (@nunorafaelrocha)

### 4.0.1 / 2015-11-11
- [#111](https://github.com/seegno/uphold-sdk-php/pull/111) Fix paginator default limit (@nunorafaelrocha)
- [#108](https://github.com/seegno/uphold-sdk-php/pull/108) Add error handling for connect exceptions (@nunorafaelrocha)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seegno/uphold-sdk-php",
"description": "Uphold SDK PHP for the Uphold API",
"version": "4.0.1",
"version": "4.0.2",
"keywords": ["uphold", "sdk", "php"],
"homepage": "https://github.com/seegno/uphold-sdk-php",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lib/Uphold/UpholdClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class UpholdClient
'debug' => false,
'timeout' => 10,
'user_agent' => 'uphold-sdk-php {version} (https://github.com/seegno/uphold-sdk-php)',
'version' => '4.0.1',
'version' => '4.0.2',
);

/**
Expand Down

0 comments on commit 901a7fe

Please sign in to comment.