diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe2c4cb2..ae291ec38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 16.4.0-beta.3 - 2024-12-12 +* [#1792](https://github.com/stripe/stripe-php/pull/1792) Update generated code for beta + * Add support for `allow_redisplay` on `Card` and `Source` + * Remove support for `amount_refunded` on `PaymentRecord` + ## 16.4.0-beta.2 - 2024-12-05 * [#1790](https://github.com/stripe/stripe-php/pull/1790) Update generated code for beta * Add support for new values `payout_minimum_balance_hold` and `payout_minimum_balance_release` on enum `BalanceTransaction.type` diff --git a/VERSION b/VERSION index 6e9eb2cd8..191d9ad31 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.4.0-beta.2 +16.4.0-beta.3 diff --git a/lib/Stripe.php b/lib/Stripe.php index 9649e8554..86d9988a0 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -64,7 +64,7 @@ class Stripe /** @var float Initial delay between retries, in seconds */ private static $initialNetworkRetryDelay = 0.5; - const VERSION = '16.4.0-beta.2'; + const VERSION = '16.4.0-beta.3'; /** * @return string the API key used for requests