Skip to content

Commit 4dbdcc0

Browse files
committed
Bump version to 16.5.0-beta.2
1 parent 7f2db82 commit 4dbdcc0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 16.5.0-beta.2 - 2025-01-09
4+
* [#1796](https://github.com/stripe/stripe-php/pull/1796) Update generated code for beta
5+
* Add support for `close` method on resource `Treasury.FinancialAccount`
6+
* Add support for `advice_code` on `StripeError`
7+
* Add support for `brand_product` on `Card`
8+
* Add support for `is_default` and `nickname` on `Treasury.FinancialAccount`
9+
310
## 16.5.0-beta.1 - 2024-12-20
411
* [#1794](https://github.com/stripe/stripe-php/pull/1794) Improved php type hints
512

VERSION

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

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.5.0-beta.1';
67+
const VERSION = '16.5.0-beta.2';
6868

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

0 commit comments

Comments
 (0)