From ce69d019941cf528c036ae0d1a3a9580c7389460 Mon Sep 17 00:00:00 2001 From: Prathmesh Ranaut Date: Fri, 5 Jul 2024 14:52:07 -0400 Subject: [PATCH] Bump version to 15.1.0 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae0d1df4..23e7a4a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 15.1.0 - 2024-07-05 +* [#1718](https://github.com/stripe/stripe-php/pull/1718) Update generated code + * Add support for `add_lines`, `remove_lines`, and `update_lines` methods on resource `Invoice` + * Add support for new value `payment_intent_fx_quote_invalid` on enum `StripeError.code` + * Add support for new values `multibanco`, `twint`, and `zip` on enum `PaymentLink.payment_method_types[]` + * Add support for `posted_at` on `Tax.Transaction` + * Add support for `reboot_window` on `Terminal.Configuration` + ## 15.0.0 - 2024-06-24 * [#1714](https://github.com/stripe/stripe-php/pull/1714) diff --git a/VERSION b/VERSION index 94188a748..d14dfbac3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.0.0 +15.1.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 4f5d81405..29ce2a72c 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 = '15.0.0'; + const VERSION = '15.1.0'; /** * @return string the API key used for requests