From f5213ccb88795663f73841bc65f467a0e1e61180 Mon Sep 17 00:00:00 2001 From: Yejia Chen Date: Tue, 25 Jan 2022 14:42:36 -0500 Subject: [PATCH] Bump version to 7.112.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 9af4f70aa..fc8857dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.112.0 - 2022-01-25 +* [#1235](https://github.com/stripe/stripe-php/pull/1235) API Updates + * Add support for `phone_number_collection` on `PaymentLink` + * Add support for new value `is_vat` on enum `TaxId.type` + + ## 7.111.0 - 2022-01-20 * [#1233](https://github.com/stripe/stripe-php/pull/1233) API Updates * Add support for new resource `PaymentLink` diff --git a/VERSION b/VERSION index 8dfec511a..0f4553e5c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.111.0 +7.112.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index b5397fa71..faea9cb1e 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.111.0'; + const VERSION = '7.112.0'; /** * @return string the API key used for requests