Skip to content

Commit 32e66ac

Browse files
committed
Bump version to 16.4.0-beta.3
1 parent f228066 commit 32e66ac

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 16.4.0-beta.3 - 2024-12-12
4+
* [#1792](https://github.com/stripe/stripe-php/pull/1792) Update generated code for beta
5+
* Add support for `allow_redisplay` on `Card` and `Source`
6+
* Remove support for `amount_refunded` on `PaymentRecord`
7+
38
## 16.4.0-beta.2 - 2024-12-05
49
* [#1790](https://github.com/stripe/stripe-php/pull/1790) Update generated code for beta
510
* Add support for new values `payout_minimum_balance_hold` and `payout_minimum_balance_release` on enum `BalanceTransaction.type`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.4.0-beta.2
1+
16.4.0-beta.3

lib/Stripe.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Stripe
6464
/** @var float Initial delay between retries, in seconds */
6565
private static $initialNetworkRetryDelay = 0.5;
6666

67-
const VERSION = '16.4.0-beta.2';
67+
const VERSION = '16.4.0-beta.3';
6868

6969
/**
7070
* @return string the API key used for requests

0 commit comments

Comments
 (0)