diff --git a/CHANGELOG.md b/CHANGELOG.md index 7455b1c63..7e1d0b5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 10.13.0b1 - 2024-09-18 +* [#1395](https://github.com/stripe/stripe-python/pull/1395) Update generated code for beta + * Add support for `send_money` on parameter class `stripe.AccountSession.CreateParamsComponentsFinancialAccountFeatures` + * Add support for `transfer_balance` on parameter class `stripe.AccountSession.CreateParamsComponentsFinancialAccountFeatures` + * Add support for `automatically_finalizes_at` on resource `stripe.QuotePreviewInvoice` + * Remove support for resource `stripe.QuotePhase` + * Add support for `rechnung` on enums `stripe.PaymentLink.payment_method_types`, `stripe.PaymentLink.CreateParams.payment_method_types`, and `stripe.PaymentLink.ModifyParams.payment_method_types` + * Add support for `terminal_reader_invalid_location_for_activation` on enum `stripe.QuotePreviewInvoice.LastFinalizationError.code` + ## 10.12.0 - 2024-09-18 * [#1394](https://github.com/stripe/stripe-python/pull/1394) Update generated code * Add support for `international_transaction` on enum `stripe.treasury.ReceivedDebit.failure_code` diff --git a/VERSION b/VERSION index d7709dda2..cc346aab7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.12.0b1 +10.13.0b1 diff --git a/stripe/_version.py b/stripe/_version.py index 33e3318a8..f4fbcf19e 100644 --- a/stripe/_version.py +++ b/stripe/_version.py @@ -1 +1 @@ -VERSION = "10.12.0b1" +VERSION = "10.13.0b1"