diff --git a/CHANGELOG.md b/CHANGELOG.md index 06598594b..dd1335e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 13.10.0-beta.2 - 2024-01-19 +* [#1632](https://github.com/stripe/stripe-php/pull/1632) Beta: report usage of `rawRequest` + ## 13.10.0-beta.1 - 2024-01-12 * [#1628](https://github.com/stripe/stripe-php/pull/1628) Update generated code for beta * [#1626](https://github.com/stripe/stripe-php/pull/1626) Update generated code for beta diff --git a/VERSION b/VERSION index 045337d6c..3dff29072 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.10.0-beta.1 +13.10.0-beta.2 diff --git a/lib/Stripe.php b/lib/Stripe.php index f317ca17c..92864e58d 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -58,7 +58,7 @@ class Stripe /** @var float Initial delay between retries, in seconds */ private static $initialNetworkRetryDelay = 0.5; - const VERSION = '13.10.0-beta.1'; + const VERSION = '13.10.0-beta.2'; /** * @return string the API key used for requests