diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca263ba7..64fce531b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 13.18.0-beta.1 - 2024-04-04 +* [#1671](https://github.com/stripe/stripe-php/pull/1671) Update generated code for beta + * Add support for `update` method on resource `Entitlements.Feature` + * Add support for `risk_controls` on `Account` + * Change type of `Subscription.discounts` and `SubscriptionItem.discounts` from `nullable(array(expandable($Discount)))` to `array(expandable($Discount))` +* [#1665](https://github.com/stripe/stripe-php/pull/1665) Update generated code for beta + + ## 13.16.0 - 2024-03-28 * [#1666](https://github.com/stripe/stripe-php/pull/1666) Update generated code * Add support for new resources `Billing.MeterEventAdjustment`, `Billing.MeterEvent`, and `Billing.Meter` diff --git a/VERSION b/VERSION index 295bc1fa4..ed7758e3a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.16.0-beta.1 +13.18.0-beta.1 diff --git a/lib/Stripe.php b/lib/Stripe.php index c62d104f2..66e346128 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.16.0-beta.1'; + const VERSION = '13.18.0-beta.1'; /** * @return string the API key used for requests