From d603b5be4a4893edfe43160d514d4b082f27f34d Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 15 Dec 2022 16:05:55 -0800 Subject: [PATCH] Bump version to 10.3.0-beta.1 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce03497f..90d8f8f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 10.3.0-beta.1 - 2022-12-15 +* [#1412](https://github.com/stripe/stripe-php/pull/1412) API Updates for beta branch + * Updated stable APIs to the latest version + * Add support for new resources `QuoteLine`, `TaxCalculation`, and `TaxTransaction` + * Add support for `create` and `list_line_items` methods on resource `TaxCalculation` + * Add support for `create_reversal`, `create`, and `retrieve` methods on resource `TaxTransaction` + ## 10.2.0 - 2022-12-15 * [#1411](https://github.com/stripe/stripe-php/pull/1411) API Updates * Add support for new value `invoice_overpaid` on enum `CustomerBalanceTransaction.type` diff --git a/VERSION b/VERSION index d0488f066..db166e195 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.2.0-beta.1 +10.3.0-beta.1 diff --git a/lib/Stripe.php b/lib/Stripe.php index 9ef030a46..44f8a5ac6 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.2.0-beta.1'; + const VERSION = '10.3.0-beta.1'; /** * @return string the API key used for requests