From 7d0a90772fc1c179e370971264318208533324b9 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 21 Sep 2023 15:55:47 -0700 Subject: [PATCH] Bump version to 12.4.0 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abe0d6e04..277365417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 12.4.0 - 2023-09-21 +* [#1579](https://github.com/stripe/stripe-php/pull/1579) Update generated code + * Add back constant for `invoiceitem.updated` webhook event. This was mistakenly removed in v12.2.0. +* [#1566](https://github.com/stripe/stripe-php/pull/1566) Fix: Remove `squizlabs/php_codesniffer` +* [#1568](https://github.com/stripe/stripe-php/pull/1568) Enhancement: Reference `phpunit.xsd` as installed with `composer` +* [#1565](https://github.com/stripe/stripe-php/pull/1565) Enhancement: Use PHP 8.2 as leading PHP version + ## 12.3.0 - 2023-09-14 * [#1577](https://github.com/stripe/stripe-php/pull/1577) Update generated code * Add support for new resource `PaymentMethodConfiguration` diff --git a/VERSION b/VERSION index 4d23cb8e0..f8c17e780 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.3.0 +12.4.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index c90e4a761..755e5613e 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 = '12.3.0'; + const VERSION = '12.4.0'; /** * @return string the API key used for requests