Skip to content

Commit

Permalink
Bump version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-stripe committed Apr 2, 2014
1 parent 9d95ac5 commit 638e94d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 1.12.0 2014-04-01

* Add Stripe_RateLimitError for catching rate limit errors.
* Update to Zend coding style (thanks, @jpiasetz)

=== 1.11.0 2014-01-29

* Add support for multiple subscriptions per customer
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.12.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.11.0';
const VERSION = '1.12.0';

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

0 comments on commit 638e94d

Please sign in to comment.