From 42c2288cd7c0e6a369301b5d598405cce3958002 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 12 Jan 2024 10:58:29 -0800 Subject: [PATCH] Bump version to 13.10.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 ad43314db..06598594b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 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 + ## 13.9.0 - 2024-01-12 * [#1629](https://github.com/stripe/stripe-php/pull/1629) Update generated code * Add support for new resource `CustomerSession` diff --git a/VERSION b/VERSION index cbb86ee14..045337d6c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.9.0-beta.1 +13.10.0-beta.1 diff --git a/lib/Stripe.php b/lib/Stripe.php index 6aa166d91..f317ca17c 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.9.0-beta.1'; + const VERSION = '13.10.0-beta.1'; /** * @return string the API key used for requests