diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be63a177..d586cc843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 15.10.0-beta.1 - 2024-09-13 +* [#1743](https://github.com/stripe/stripe-php/pull/1743) Update generated code for beta + * Add support for new resources `Issuing.DisputeSettlementDetail` and `Issuing.Settlement` + * Add support for `all` and `retrieve` methods on resource `DisputeSettlementDetail` + * Remove support for `all` method on resource `QuotePhase` + * Add support for new values `issuing_dispute_settlement_detail.created`, `issuing_dispute_settlement_detail.updated`, `issuing_settlement.created`, and `issuing_settlement.updated` on enum `Event.type` + * Add support for `settlement` on `Issuing.Transaction` + ## 15.9.0-beta.1 - 2024-09-05 * [#1738](https://github.com/stripe/stripe-php/pull/1738) Update generated code for beta * Add support for new resources `Billing.MeterErrorReport` and `Terminal.ReaderCollectedData` diff --git a/VERSION b/VERSION index ec3f683d2..f491f53d5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.9.0-beta.1 +15.10.0-beta.1 diff --git a/lib/Stripe.php b/lib/Stripe.php index e29fbf8a6..8de37364b 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 = '15.9.0-beta.1'; + const VERSION = '15.10.0-beta.1'; /** * @return string the API key used for requests