diff --git a/CHANGELOG.md b/CHANGELOG.md index a314d50fd..d3f265607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # Changelog +## 14.3.0 - 2024-04-18 +* [#1681](https://github.com/stripe/stripe-php/pull/1681) Update generated code + * Add support for `create_preview` method on resource `Invoice` + * Add support for `saved_payment_method_options` on `Checkout.Session` +* [#1682](https://github.com/stripe/stripe-php/pull/1682) Added @throws to autoPagingIterator. Fixes [#1678](https://github.com/stripe/stripe-php/issues/1678) + ## 14.2.0 - 2024-04-16 * [#1680](https://github.com/stripe/stripe-php/pull/1680) Update generated code - * Add support for new resource `Entitlements.ActiveEntitlementSummary` - * Add support for new value `entitlements.active_entitlement_summary.updated` on enum `Event.type` - * Remove support for `config` on `Forwarding.Request`. This field is no longer used by the Forwarding Request API. - * Add support for `swish` on `PaymentMethodConfiguration` + * Add support for new resource `Entitlements.ActiveEntitlementSummary` + * Add support for new value `entitlements.active_entitlement_summary.updated` on enum `Event.type` + * Remove support for `config` on `Forwarding.Request`. This field is no longer used by the Forwarding Request API. + * Add support for `swish` on `PaymentMethodConfiguration` ## 14.1.0 - 2024-04-11 * [#1677](https://github.com/stripe/stripe-php/pull/1677) Update generated code diff --git a/VERSION b/VERSION index 07ea9fa43..32f02f10e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.2.0 +14.3.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 99555c5d9..7d51b4c11 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.2.0'; + const VERSION = '14.3.0'; /** * @return string the API key used for requests