From 9392f03cb8d8803bf8273378ce42d5cbbf1e24fc Mon Sep 17 00:00:00 2001 From: Dominic Charley-Roy Date: Wed, 30 Jun 2021 14:22:47 -0400 Subject: [PATCH] Bump version to 7.87.0 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 354e185b9..1c0e8b9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.87.0 - 2021-06-30 +* [#1149](https://github.com/stripe/stripe-php/pull/1149) API Updates + * Add support for `wechat_pay` on `PaymentMethod` +* [#1143](https://github.com/stripe/stripe-php/pull/1143) Streaming requests +* [#1138](https://github.com/stripe/stripe-php/pull/1138) Deprecate travis + ## 7.86.0 - 2021-06-25 * [#1145](https://github.com/stripe/stripe-php/pull/1145) API Updates * Add support for `boleto` on `PaymentMethod`. diff --git a/VERSION b/VERSION index b3818bf08..4ed810130 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.86.0 +7.87.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index bc7d6dc1a..8200a8c99 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.86.0'; + const VERSION = '7.87.0'; /** * @return string the API key used for requests