From b9308aea15e5cdad3d906c3bba726ff95079554c Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Thu, 11 Apr 2024 16:07:41 -0700 Subject: [PATCH] Bump version to 14.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 d59b4bf52..a25c92353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 14.1.0 - 2024-04-11 +* [#1677](https://github.com/stripe/stripe-php/pull/1677) Update generated code + * Add support for new values `billing_policy_remote_function_response_invalid`, `billing_policy_remote_function_timeout`, `billing_policy_remote_function_unexpected_status_code`, and `billing_policy_remote_function_unreachable` on enum `StripeError.code` + * Change type of `Billing.MeterEventAdjustment.cancel` from `BillingMeterResourceBillingMeterEventAdjustmentCancel` to `nullable(BillingMeterResourceBillingMeterEventAdjustmentCancel)` + * Add support for `amazon_pay` on `PaymentMethodConfiguration` and `PaymentMethod` + * Add support for new value `amazon_pay` on enum `PaymentMethod.type` + * Add support for new values `bh_vat`, `kz_bin`, `ng_tin`, and `om_vat` on enum `TaxId.type` + ## 14.0.0 - 2024-04-10 * [#1673](https://github.com/stripe/stripe-php/pull/1673) diff --git a/VERSION b/VERSION index 4b964e965..7b3b6e02b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.0 +14.1.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 78d840338..c15fbf037 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 = '14.0.0'; + const VERSION = '14.1.0'; /** * @return string the API key used for requests