diff --git a/CHANGELOG.md b/CHANGELOG.md index 127b2bac8..230ab54db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 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` +* [#1526](https://github.com/stripe/stripe-php/pull/1526) Add constants for payment intent cancellation reasons +* [#1487](https://github.com/stripe/stripe-php/pull/1487) PHPDoc: use union of literals for $method parameter throughout + ## 10.17.0 - 2023-07-13 * [#1525](https://github.com/stripe/stripe-php/pull/1525) Update generated code * Add support for new resource `Tax.Settings` diff --git a/VERSION b/VERSION index 73bffb039..06c9b9d30 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.17.0 +10.18.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 8c335bfc9..c7ddb0a2b 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.17.0'; + const VERSION = '10.18.0'; /** * @return string the API key used for requests