From 8661523be7d52fb67cf7c97aea30af4ff07327e9 Mon Sep 17 00:00:00 2001 From: Prathmesh Ranaut Date: Thu, 23 May 2024 16:30:53 -0400 Subject: [PATCH] Bump version to 14.9.0-beta.1 --- 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 9d4d08116..42ce51daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 14.9.0-beta.1 - 2024-05-23 +* [#1696](https://github.com/stripe/stripe-php/pull/1696) Update generated code for beta + + ## 14.8.0-beta.1 - 2024-05-16 * [#1693](https://github.com/stripe/stripe-php/pull/1693) Update generated code for beta diff --git a/VERSION b/VERSION index 709922501..c35a47f7b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.8.0-beta.1 +14.9.0-beta.1 diff --git a/lib/Stripe.php b/lib/Stripe.php index b9894be04..91b27d786 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 = '14.8.0-beta.1'; + const VERSION = '14.9.0-beta.1'; /** * @return string the API key used for requests