From 0783c59483641452b957f4b75f9e370f1215a803 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 2 Mar 2023 13:27:35 -0800 Subject: [PATCH] Bump version to 10.8.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 8452e4e6d..04d49819a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 10.8.0 - 2023-03-02 +* [#1447](https://github.com/stripe/stripe-php/pull/1447) API Updates + * Add support for `reconciliation_status` on `Payout` + * Add support for new value `lease_tax` on enum `TaxRate.tax_type` + ## 10.7.0 - 2023-02-23 * [#1444](https://github.com/stripe/stripe-php/pull/1444) API Updates * Add support for new value `igst` on enum `TaxRate.tax_type` diff --git a/VERSION b/VERSION index 1bcdaf5fe..2a3262d8a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.7.0 +10.8.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index db9f5d032..6925fad25 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 = '10.7.0'; + const VERSION = '10.8.0'; /** * @return string the API key used for requests