diff --git a/CHANGELOG.md b/CHANGELOG.md index e08f526e9..d267f91ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 10.15.0 - 2023-06-08 +* [#1506](https://github.com/stripe/stripe-php/pull/1506) Update generated code + * Add support for `preferred_locales` on `Issuing.Cardholder` + ## 10.14.0 - 2023-05-25 * [#1503](https://github.com/stripe/stripe-php/pull/1503) Update generated code * Add support for `zip` on `PaymentMethod` diff --git a/VERSION b/VERSION index 0ca1348de..f9fb144f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.14.0 +10.15.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 3555a618d..71eeb327f 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.14.0'; + const VERSION = '10.15.0'; /** * @return string the API key used for requests