Skip to content

Commit 4aa8609

Browse files
committed
Bump version to 16.4.0
1 parent 5608fe7 commit 4aa8609

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## 16.4.0 - 2024-12-18
4+
* [#1793](https://github.com/stripe/stripe-php/pull/1793) This release changes the pinned API version to `2024-12-18.acacia`.
5+
* Add support for `network_advice_code` and `network_decline_code` on `StripeError`
6+
* Add support for new values `payout_minimum_balance_hold` and `payout_minimum_balance_release` on enum `BalanceTransaction.type`
7+
* Add support for `allow_redisplay` on `Card` and `Source`
8+
* Add support for `regulated_status` on `Card`
9+
* Add support for new value `request_signature` on enum `Forwarding.Request.replacements[]`
10+
* Change type of `LineItem.description` from `string` to `nullable(string)`
11+
* Add support for new values `al_tin`, `am_tin`, `ao_tin`, `ba_tin`, `bb_tin`, `bs_tin`, `cd_nif`, `gn_nif`, `kh_tin`, `me_pib`, `mk_vat`, `mr_nif`, `np_pan`, `sn_ninea`, `sr_fin`, `tj_tin`, `ug_tin`, `zm_tin`, and `zw_tin` on enum `TaxId.type`
12+
313
## 16.3.0 - 2024-11-20
414
* [#1786](https://github.com/stripe/stripe-php/pull/1786) This release changes the pinned API version to `2024-11-20.acacia`.
515
* Add support for `respond` test helper method on resource `Issuing.Authorization`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.3.0
1+
16.4.0

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.3.0';
67+
const VERSION = '16.4.0';
6868

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

0 commit comments

Comments
 (0)