Skip to content

Commit 3fb2225

Browse files
Bump version to 16.5.0
1 parent 742c0c1 commit 3fb2225

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## 16.5.0 - 2025-01-27
4+
* [#1804](https://github.com/stripe/stripe-php/pull/1804) Update generated code
5+
* Add support for `close` method on resource `Treasury.FinancialAccount`
6+
* Add support for `advice_code` on `StripeError`
7+
* Add support for `discounts` on `Checkout.Session`
8+
* Add support for new value `pay_by_bank` on enum `PaymentLink.payment_method_types[]`
9+
* Add support for `pay_by_bank` on `PaymentMethodConfiguration` and `PaymentMethod`
10+
* Add support for new value `pay_by_bank` on enum `PaymentMethod.type`
11+
* Add support for `is_default` and `nickname` on `Treasury.FinancialAccount`
12+
* [#1805](https://github.com/stripe/stripe-php/pull/1805) Restore testCoreEventsGet generated test
13+
* [#1807](https://github.com/stripe/stripe-php/pull/1807) minor justfile fixes
14+
* [#1806](https://github.com/stripe/stripe-php/pull/1806) Added CONTRIBUTING.md file
15+
* [#1802](https://github.com/stripe/stripe-php/pull/1802) ensure dependencies are installed for format and test recipes
16+
* [#1801](https://github.com/stripe/stripe-php/pull/1801) Add justfile, remove coveralls, and fix AUTOLOAD in CI
17+
* [#1797](https://github.com/stripe/stripe-php/pull/1797) Added pull request template
18+
319
## 16.4.0 - 2024-12-18
420
* [#1793](https://github.com/stripe/stripe-php/pull/1793) This release changes the pinned API version to `2024-12-18.acacia`.
521
* Add support for `network_advice_code` and `network_decline_code` on `StripeError`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.4.0
1+
16.5.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.4.0';
67+
const VERSION = '16.5.0';
6868

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

0 commit comments

Comments
 (0)