File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 16.5.0-beta.3 - 2025-01-23
4
+ * [ #1803 ] ( https://github.com/stripe/stripe-php/pull/1803 ) Update generated code for beta
5
+ * V2 Events now are subclass of ` \Stripe\V2\Event ` .
6
+
3
7
## 16.5.0-beta.2 - 2025-01-09
4
8
* [ #1796 ] ( https://github.com/stripe/stripe-php/pull/1796 ) Update generated code for beta
5
9
* Add support for ` close ` method on resource ` Treasury.FinancialAccount `
Original file line number Diff line number Diff line change 1
- 16.5.0-beta.2
1
+ 16.5.0-beta.3
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.0-beta.2 ' ;
67
+ const VERSION = '16.5.0-beta.3 ' ;
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