diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0df16df..7f6ee0961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 10.2.0b1 - 2024-06-27 +* [#1349](https://github.com/stripe/stripe-python/pull/1349) Update generated code for beta + * Add support for `filters` on resource class `stripe.QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.UsBankAccount.FinancialConnections` + * Remove support for `payment_method_set_as_default` on resource class `stripe.CustomerSession.Components.PaymentElement.Features` and parameter class `stripe.CustomerSession.CreateParamsComponentsPaymentElementFeatures` + * Add support for `ch_uid` on enums `stripe.Order.TaxDetails.TaxId.type`, `stripe.Order.CreateParamsTaxDetailsTaxId.type`, `stripe.Order.ModifyParamsTaxDetailsTaxId.type`, and `stripe.QuotePreviewInvoice.CustomerTaxId.type` + ## 10.1.0 - 2024-06-27 * [#1353](https://github.com/stripe/stripe-python/pull/1353) Update generated code * Add support for `email_type` on parameter classes `stripe.CreditNote.CreateParams`, `stripe.CreditNote.PreviewLinesParams`, and `stripe.CreditNote.PreviewParams` diff --git a/VERSION b/VERSION index 7437f0ac4..74ad93105 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.12.0b1 +10.2.0b1 diff --git a/stripe/_version.py b/stripe/_version.py index 74b773b63..ed1b10f1c 100644 --- a/stripe/_version.py +++ b/stripe/_version.py @@ -1 +1 @@ -VERSION = "9.12.0b1" +VERSION = "10.2.0b1"