From 79f1114adf342644695b52460bbb5009bbd545ef Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 26 May 2022 13:34:44 -0700 Subject: [PATCH] Bump version to 8.4.0 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02486141e..507fb1ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 8.4.0 - 2022-05-26 +* [#1296](https://github.com/stripe/stripe-php/pull/1296) API Updates + * Add support for `persons` method on resource `Account` + * Add support for `balance_transactions` method on resource `Customer` + * Add support for `id_number_secondary_provided` on `Person` +* [#1295](https://github.com/stripe/stripe-php/pull/1295) API Updates + + ## 8.3.0 - 2022-05-23 * [#1294](https://github.com/stripe/stripe-php/pull/1294) API Updates * Add support for new resource `Apps.Secret` diff --git a/VERSION b/VERSION index 2bf50aaf1..a2f28f43b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.0 +8.4.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 3a8f8e908..8a64d8c0a 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 = '8.3.0'; + const VERSION = '8.4.0'; /** * @return string the API key used for requests