diff --git a/CHANGELOG.md b/CHANGELOG.md index bda803c47..97236deb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 9.12.0 - 2024-06-17 +* [#1348](https://github.com/stripe/stripe-python/pull/1348) Update generated code + * Add support for `tax_id_collection` on parameter class `stripe.PaymentLink.ModifyParams` + * Add support for `mobilepay` on enums `stripe.PaymentLink.payment_method_types`, `stripe.PaymentLink.CreateParams.payment_method_types`, and `stripe.PaymentLink.ModifyParams.payment_method_types` + ## 9.11.0 - 2024-06-13 * [#1342](https://github.com/stripe/stripe-python/pull/1342) Update generated code * Add support for `multibanco_payments` on resource class `stripe.Account.Capabilities` and parameter class `stripe.Account.CreateParamsCapabilities` diff --git a/VERSION b/VERSION index ea5a45992..2f0dbe6f6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.11.0 +9.12.0 diff --git a/stripe/_version.py b/stripe/_version.py index 76fd4299e..2d5dd2775 100644 --- a/stripe/_version.py +++ b/stripe/_version.py @@ -1 +1 @@ -VERSION = "9.11.0" +VERSION = "9.12.0"