From 638e94d6a5610a4490b30b69a64965b441916a29 Mon Sep 17 00:00:00 2001 From: Jim Danz Date: Tue, 1 Apr 2014 19:33:36 -0700 Subject: [PATCH] Bump version to 1.12.0 --- CHANGELOG | 5 +++++ VERSION | 2 +- lib/Stripe/Stripe.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 25cd92857..9c69c326d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/VERSION b/VERSION index 1cac385c6..0eed1a29e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/lib/Stripe/Stripe.php b/lib/Stripe/Stripe.php index 11a1e6f0b..218708cb7 100644 --- a/lib/Stripe/Stripe.php +++ b/lib/Stripe/Stripe.php @@ -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.