From 374647b1079203ed7278ad4b58afc0fae3faaab9 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 20 Jan 2022 09:30:55 -0800 Subject: [PATCH] Bump version to 7.111.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d24c5d704..9af4f70aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 7.111.0 - 2022-01-20 +* [#1233](https://github.com/stripe/stripe-php/pull/1233) API Updates + * Add support for new resource `PaymentLink` + * Add support for `payment_link` on `Checkout.Session` + ## 7.110.0 - 2022-01-13 * [#1232](https://github.com/stripe/stripe-php/pull/1232) API Updates * Add support for `paid_out_of_band` on `Invoice` diff --git a/VERSION b/VERSION index ca0479622..8dfec511a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.110.0 +7.111.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 4855de4e7..b5397fa71 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.110.0'; + const VERSION = '7.111.0'; /** * @return string the API key used for requests