File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 16.6.0 - 2025-02-24
4
+ * [ #1809 ] ( https://github.com/stripe/stripe-php/pull/1809 ) Update generated code
5
+ * Add support for ` priority ` on ` Billing.CreditGrant `
6
+ * Add support for ` collected_information ` on ` Checkout.Session `
7
+ * [ #1816 ] ( https://github.com/stripe/stripe-php/pull/1816 ) add codeowners file
8
+
3
9
## 16.5.1 - 2025-02-07
4
10
* [ #1811 ] ( https://github.com/stripe/stripe-php/pull/1811 ) Include a useful error message when a null byte is found in the URL path
5
11
* [ #1810 ] ( https://github.com/stripe/stripe-php/pull/1810 ) Make ` httpClient() ` a public, static method
Original file line number Diff line number Diff line change 1
- 16.5.1
1
+ 16.6.0
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class Stripe
64
64
/** @var float Initial delay between retries, in seconds */
65
65
private static $ initialNetworkRetryDelay = 0.5 ;
66
66
67
- const VERSION = '16.5.1 ' ;
67
+ const VERSION = '16.6.0 ' ;
68
68
69
69
/**
70
70
* @return string the API key used for requests
You can’t perform that action at this time.
0 commit comments