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