diff --git a/CHANGELOG.md b/CHANGELOG.md index a795e1b5b..6c393deb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 13.10.0 - 2024-02-01 +* [#1636](https://github.com/stripe/stripe-php/pull/1636) Update generated code + * Add support for new value `swish` on enum `PaymentLink.payment_method_types[]` + * Add support for `swish` on `PaymentMethod` + * Add support for new value `swish` on enum `PaymentMethod.type` + * Add support for `jurisdiction_level` on `TaxRate` + * Change type of `Terminal.Reader.status` from `string` to `enum('offline'|'online')` +* [#1633](https://github.com/stripe/stripe-php/pull/1633) Update generated code + * Add support for `issuer` on `Invoice` + * Add support for `customer_balance` on `PaymentMethodConfiguration` +* [#1630](https://github.com/stripe/stripe-php/pull/1630) Add paginated requests helper function and use in Search and All + ## 13.9.0 - 2024-01-12 * [#1629](https://github.com/stripe/stripe-php/pull/1629) Update generated code * Add support for new resource `CustomerSession` diff --git a/VERSION b/VERSION index c662e83bd..c554e7e86 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.9.0 +13.10.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 1d062e48c..14b556b12 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 = '13.9.0'; + const VERSION = '13.10.0'; /** * @return string the API key used for requests