We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46451c commit 29d5ddfCopy full SHA for 29d5ddf
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 16.6.0-beta.1 - 2025-02-07
4
+* [#1808](https://github.com/stripe/stripe-php/pull/1808) Update generated code for beta
5
+
6
7
## 16.5.0 - 2025-01-27
8
* [#1804](https://github.com/stripe/stripe-php/pull/1804) Update generated code
9
* Add support for `close` method on resource `Treasury.FinancialAccount`
VERSION
@@ -1 +1 @@
-16.5.0-beta.3
+16.6.0-beta.1
lib/Stripe.php
@@ -64,7 +64,7 @@ class Stripe
64
/** @var float Initial delay between retries, in seconds */
65
private static $initialNetworkRetryDelay = 0.5;
66
67
- const VERSION = '16.5.0-beta.3';
+ const VERSION = '16.6.0-beta.1';
68
69
/**
70
* @return string the API key used for requests
0 commit comments