diff --git a/CHANGELOG.md b/CHANGELOG.md index ecfdc4131..d037cc75f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 14.10.0 - 2024-06-13 +* [#1706](https://github.com/stripe/stripe-php/pull/1706) Update generated code + * Add support for `multibanco` on `PaymentMethodConfiguration` and `PaymentMethod` + * Add support for `twint` on `PaymentMethod` + * Add support for new values `multibanco` and `twint` on enum `PaymentMethod.type` + * Add support for `invoice_settings` on `Subscription` + * Add support for new value `de_stn` on enum `TaxId.type` + ## 14.9.0 - 2024-05-30 * [#1702](https://github.com/stripe/stripe-php/pull/1702) Update generated code * Add support for new values `issuing_personalization_design.activated`, `issuing_personalization_design.deactivated`, `issuing_personalization_design.rejected`, and `issuing_personalization_design.updated` on enum `Event.type` diff --git a/VERSION b/VERSION index 44a5e718d..6242bb49d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.9.0 +14.10.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 85c5d3504..5dde4f592 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.9.0'; + const VERSION = '14.10.0'; /** * @return string the API key used for requests