From ff0a56c75ff50b50ed97c45c02dfaa2dd341c5b1 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Tue, 21 Nov 2023 12:08:15 -0800 Subject: [PATCH] Bump version to 13.4.0 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4fcd0e45..a9a28a54c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 13.4.0 - 2023-11-21 +* [#1608](https://github.com/stripe/stripe-php/pull/1608) Update generated code + Add support for `transferred_to_balance` to `CustomerCashBalanceTransaction` +* [#1605](https://github.com/stripe/stripe-php/pull/1605) Update generated code + * Add support for `network_data` on `Issuing.Transaction` + ## 13.3.0 - 2023-11-09 * [#1603](https://github.com/stripe/stripe-php/pull/1603) Update generated code * Add support for new value `terminal_reader_hardware_fault` on enum `StripeError.code` diff --git a/VERSION b/VERSION index ac565bc1c..74302c511 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.3.0 +13.4.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 99904cacb..465418341 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.3.0'; + const VERSION = '13.4.0'; /** * @return string the API key used for requests