From 3dfc3dcd5d967a14d2852f34e544188af5f9b799 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Mon, 11 Oct 2021 16:05:45 -0400 Subject: [PATCH] Bump version to 7.100.0 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6107502a8..0395004a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.100.0 - 2021-10-11 +* [#1190](https://github.com/stripe/stripe-php/pull/1190) API Updates + * Add support for `klarna` on `PaymentMethod`. + ## 7.99.0 - 2021-10-11 * [#1188](https://github.com/stripe/stripe-php/pull/1188) API Updates * Add support for `list_payment_methods` method on resource `Customer` diff --git a/VERSION b/VERSION index fb7b3d0a6..dc90b37e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.99.0 +7.100.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 32a97bf50..631dabf89 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.99.0'; + const VERSION = '7.100.0'; /** * @return string the API key used for requests