diff --git a/CHANGELOG.md b/CHANGELOG.md index bd06fb8ea..b7033817d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,23 @@ # Changelog +## 10.13.0 - 2023-05-11 +* [#1490](https://github.com/stripe/stripe-php/pull/1490) Update generated code + * Add support for `paypal` on `PaymentMethod` + * Add support for `effective_percentage` on `TaxRate` +* [#1488](https://github.com/stripe/stripe-php/pull/1488) Increment PHPStan to strictness level 2 +* [#1483](https://github.com/stripe/stripe-php/pull/1483) Update generated code + +* [#1480](https://github.com/stripe/stripe-php/pull/1480) Update generated code + * Change type of `Identity.VerificationSession.options` from `VerificationSessionOptions` to `nullable(VerificationSessionOptions)` + * Change type of `Identity.VerificationSession.type` from `enum('document'|'id_number')` to `nullable(enum('document'|'id_number'))` +* [#1478](https://github.com/stripe/stripe-php/pull/1478) Update generated code + * Release specs are identical. +* [#1475](https://github.com/stripe/stripe-php/pull/1475) Update generated code + ## 10.13.0-beta.4 - 2023-04-20 * [#1481](https://github.com/stripe/stripe-php/pull/1481) Update generated code for beta * Add support for `country_options` on `Tax.Registration` - * Remove support for `state` and `type` on `Tax.Registration` + * Remove support for `state` and `type` on `Tax.Registration` ## 10.13.0-beta.3 - 2023-04-13 * [#1477](https://github.com/stripe/stripe-php/pull/1477) Update generated code for beta diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index bac7661c9..39d1ab845 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v337 \ No newline at end of file +v338 \ No newline at end of file