From 8278b83a28dd77deef733276d2301c6f8b424765 Mon Sep 17 00:00:00 2001 From: Alex Rattray Date: Mon, 7 Oct 2019 10:24:41 -0700 Subject: [PATCH] Bump version to 7.3.1 --- 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 aabbe3efe..ddbe1f1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 7.3.1 - 2019-10-07 +* [#755](https://github.com/stripe/stripe-php/pull/755) Respect Stripe-Should-Retry and Retry-After headers + ## 7.3.0 - 2019-10-02 * [#752](https://github.com/stripe/stripe-php/pull/752) Add `payment_intent.canceled` and `setup_intent.canceled` events * [#749](https://github.com/stripe/stripe-php/pull/749) Call `toArray()` on objects only diff --git a/VERSION b/VERSION index 150202076..643916c03 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.3.0 +7.3.1 diff --git a/lib/Stripe.php b/lib/Stripe.php index 14f6a15b5..223cf9cdb 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.3.0'; + const VERSION = '7.3.1'; /** * @return string The API key used for requests.