From a75a88836f30e04848f9aa7ac8c2479fe06df8b6 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 14 May 2020 13:05:11 -0400 Subject: [PATCH] Bump version to 7.33.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cad897d5..0ee6d1ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 7.33.0 - 2020-05-14 +* [#771](https://github.com/stripe/stripe-php/pull/771) Introduce client/services API + ## 7.32.1 - 2020-05-13 * [#932](https://github.com/stripe/stripe-php/pull/932) Fix multiple PHPDoc diff --git a/VERSION b/VERSION index 5cc131735..fc7552203 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.32.1 +7.33.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 60be3ec8c..230e3ebbe 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -58,7 +58,7 @@ class Stripe /** @var float Initial delay between retries, in seconds */ private static $initialNetworkRetryDelay = 0.5; - const VERSION = '7.32.1'; + const VERSION = '7.33.0'; /** * @return string the API key used for requests