Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remear committed Dec 19, 2014
1 parent 8a973b6 commit 1062345
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
## 1.3.0

* Account and Settlement support


## 1.2.0

* Push to card support


## 1.1.2

* Corrects malformed error messages when passing invalid URIs


## 1.1.0

* Support for new Dispute resource
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "http://github.com/balanced/balanced-php",
"license": "MIT",
"keywords": ["payments", "api"],
"version": "1.2.0",
"version": "1.3.0",
"authors": [
{
"name": "Balanced",
Expand Down
2 changes: 1 addition & 1 deletion src/Balanced/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
class Settings
{
const VERSION = '1.2.0';
const VERSION = '1.3.0';

public static $url_root = 'https://api.balancedpayments.com',
$api_key = null,
Expand Down

0 comments on commit 1062345

Please sign in to comment.