From c9d40524c63f3c5042d704f88a60f49a349b1221 Mon Sep 17 00:00:00 2001 From: Dominic Charley-Roy Date: Fri, 18 Mar 2022 14:16:15 -0400 Subject: [PATCH] Bump version to 7.117.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 90b2463c5..1afc14a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.117.0 - 2022-03-18 +* [#1254](https://github.com/stripe/stripe-php/pull/1254) API Updates + * Add support for `status` on `Card` +* [#1251](https://github.com/stripe/stripe-php/pull/1251) Add support for SearchResult objects. +* [#1249](https://github.com/stripe/stripe-php/pull/1249) Add missing constant for payment_behavior + ## 7.116.0 - 2022-03-02 * [#1248](https://github.com/stripe/stripe-php/pull/1248) API Updates * Add support for `proration_details` on `InvoiceLineItem` diff --git a/VERSION b/VERSION index 1d15089e3..fa7f6d8e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.116.0 +7.117.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 5705f5401..d14d5e0d6 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.116.0'; + const VERSION = '7.117.0'; /** * @return string the API key used for requests