From b792b5903f3c5e6d85c860a382e1d0db83372e0a Mon Sep 17 00:00:00 2001 From: Prathmesh Ranaut Date: Thu, 23 Jan 2025 16:25:33 -0500 Subject: [PATCH] Bump version to 16.5.0-beta.3 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6413bb833..b67792cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 16.5.0-beta.3 - 2025-01-23 +* [#1803](https://github.com/stripe/stripe-php/pull/1803) Update generated code for beta + * V2 Events now are subclass of `\Stripe\V2\Event`. + ## 16.5.0-beta.2 - 2025-01-09 * [#1796](https://github.com/stripe/stripe-php/pull/1796) Update generated code for beta * Add support for `close` method on resource `Treasury.FinancialAccount` diff --git a/VERSION b/VERSION index 9ed60fc78..bdd7d9726 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.5.0-beta.2 +16.5.0-beta.3 diff --git a/lib/Stripe.php b/lib/Stripe.php index 162ea6eb3..466ed470e 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -64,7 +64,7 @@ class Stripe /** @var float Initial delay between retries, in seconds */ private static $initialNetworkRetryDelay = 0.5; - const VERSION = '16.5.0-beta.2'; + const VERSION = '16.5.0-beta.3'; /** * @return string the API key used for requests