Skip to content

Commit

Permalink
Bump version to 3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Aug 25, 2016
1 parent 749332d commit 0f4f890
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 3.21.0 2016-08-25

* Add `Source` model for generic payment sources

### 3.20.0 2016-08-08

* Add `getDeclineCode` to card errors
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.20.0
3.21.0
2 changes: 1 addition & 1 deletion lib/Stripe.php
Expand Up @@ -27,7 +27,7 @@ class Stripe
// @var boolean Defaults to true.
public static $verifySslCerts = true;

const VERSION = '3.20.0';
const VERSION = '3.21.0';

/**
* @return string The API key used for requests.
Expand Down

0 comments on commit 0f4f890

Please sign in to comment.