diff --git a/CHANGELOG.md b/CHANGELOG.md index 230ab54db..9ca7ed565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 10.19.0 - 2023-07-27 +* [#1534](https://github.com/stripe/stripe-php/pull/1534) Update generated code + * Improve PHPDoc type for `ApplicationFee.refunds` + * Add support for `deleted` on `Apps.Secret` +* [#1526](https://github.com/stripe/stripe-php/pull/1526) Add constants for payment intent cancellation reasons +* [#1533](https://github.com/stripe/stripe-php/pull/1533) Update generated code + * Add support for new value `service_tax` on enum `TaxRate.tax_type` +* [#1487](https://github.com/stripe/stripe-php/pull/1487) PHPDoc: use union of literals for $method parameter throughout + ## 10.18.0 - 2023-07-20 * [#1533](https://github.com/stripe/stripe-php/pull/1533) Update generated code * Add support for new value `service_tax` on enum `TaxRate.tax_type` diff --git a/VERSION b/VERSION index 06c9b9d30..5b7269c0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.18.0 +10.19.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index c7ddb0a2b..e7dc8ffbd 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.18.0'; + const VERSION = '10.19.0'; /** * @return string the API key used for requests