From 18e7854eb869abee844bfecfc5f099a7e1368f69 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 6 Apr 2023 16:03:38 -0700 Subject: [PATCH] Bump version to 10.13.0-beta.2 --- 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 61bedc89f..dc68df6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 10.13.0-beta.2 - 2023-04-06 +* [#1472](https://github.com/stripe/stripe-php/pull/1472) Update generated code for beta + * Updated stable APIs to the latest version + ## 10.13.0-beta.1 - 2023-03-30 * [#1469](https://github.com/stripe/stripe-php/pull/1469) Update generated code * Add support for new value `ioss` on enum `Tax.Registration.type` diff --git a/VERSION b/VERSION index 0c7b0f4fc..580423d78 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.13.0-beta.1 +10.13.0-beta.2 diff --git a/lib/Stripe.php b/lib/Stripe.php index 6161fe3ac..0aa947069 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 = '10.13.0-beta.1'; + const VERSION = '10.13.0-beta.2'; /** * @return string the API key used for requests