From 993b58f73572b415c476548134e71e07d96ac3f0 Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Fri, 1 May 2020 12:45:41 -0700 Subject: [PATCH] Bump version to 7.31.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 4365ff41e..b825725d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 7.31.0 - 2020-05-01 +* [#927](https://github.com/stripe/stripe-php/pull/927) Add support for new tax IDs + ## 7.30.0 - 2020-04-29 * [#924](https://github.com/stripe/stripe-php/pull/924) Add support for the `Price` resource and APIs diff --git a/VERSION b/VERSION index ea5c4182c..0ebb11ec9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.30.0 +7.31.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 01d237529..e8fbda5c7 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.30.0'; + const VERSION = '7.31.0'; /** * @return string the API key used for requests