Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Apr 10, 2014
1 parent 2b17a19 commit 1506a8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== 1.13.0 2014-04-10

* Add support for certificate blacklisting
* Update ca bundle
* Drop support for HHVM (Temporarily)

=== 1.12.0 2014-04-01

* Add Stripe_RateLimitError for catching rate limit errors.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.13.0
2 changes: 1 addition & 1 deletion lib/Stripe/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract class Stripe
* @var boolean Defaults to true.
*/
public static $verifySslCerts = true;
const VERSION = '1.12.0';
const VERSION = '1.13.0';

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

0 comments on commit 1506a8e

Please sign in to comment.