From 3f39dcd583b5e9ff2b65281034d38c79358a8095 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Mon, 6 Nov 2023 15:24:49 -0800 Subject: [PATCH] Bump version to 13.2.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74d76f90b..2aa6a98ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 13.2.1 - 2023-11-06 +* [#1602](https://github.com/stripe/stripe-php/pull/1602) Fix error when "id" is not a string. + ## 13.2.0 - 2023-11-02 * [#1599](https://github.com/stripe/stripe-php/pull/1599) Update generated code * Add support for new resource `Tax.Registration` diff --git a/VERSION b/VERSION index 67aee2394..947f4e996 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.2.0 +13.2.1 diff --git a/lib/Stripe.php b/lib/Stripe.php index f05396a89..f19c88bdb 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.2.0'; + const VERSION = '13.2.1'; /** * @return string the API key used for requests