diff --git a/CHANGELOG.md b/CHANGELOG.md index f84cc0005..6584af6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 13.14.0 - 2024-03-14 +* [#1660](https://github.com/stripe/stripe-php/pull/1660) Update generated code + * Add support for new resources `Issuing.PersonalizationDesign` and `Issuing.PhysicalBundle` + * Add support for `all`, `create`, `retrieve`, and `update` methods on resource `PersonalizationDesign` + * Add support for `all` and `retrieve` methods on resource `PhysicalBundle` + * Add support for `personalization_design` on `Issuing.Card` + ## 13.13.0 - 2024-02-29 * [#1654](https://github.com/stripe/stripe-php/pull/1654) Update generated code * Change type of `Identity.VerificationSession.type` from `nullable(enum('document'|'id_number'))` to `enum('document'|'id_number')` diff --git a/VERSION b/VERSION index 0b704f2a4..d9a01d253 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.13.0 +13.14.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index fce198587..b6df8b8af 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.13.0'; + const VERSION = '13.14.0'; /** * @return string the API key used for requests