From 8598672eafa4917613eb15552f0216f5aedd9e9d Mon Sep 17 00:00:00 2001 From: Prathmesh Ranaut Date: Thu, 1 Aug 2024 17:24:22 -0400 Subject: [PATCH] Bump version to 10.6.0 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- stripe/_version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5370b8d90..a310adb94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 10.6.0 - 2024-08-01 +* [#1369](https://github.com/stripe/stripe-python/pull/1369) Update generated code + * Add support for resource `stripe.billing.Alert` + * ⚠️ Remove support for `authorization_code` on resource class `stripe.Charge.PaymentMethodDetails.Card`. This was accidentally released last week. + * Add support for `billing.alert.triggered` on enums `stripe.Event.type`, `stripe.WebhookEndpoint.CreateParams.enabled_events`, and `stripe.WebhookEndpoint.ModifyParams.enabled_events` + * Add support for `charge_exceeds_transaction_limit` on enums `stripe.Invoice.LastFinalizationError.code`, `stripe.PaymentIntent.LastPaymentError.code`, `stripe.SetupAttempt.SetupError.code`, and `stripe.SetupIntent.LastSetupError.code` + ## 10.5.0 - 2024-07-25 * [#1368](https://github.com/stripe/stripe-python/pull/1368) Update generated code * Add support for `tax_registrations` on resource class `stripe.AccountSession.Components` and parameter class `stripe.AccountSession.CreateParamsComponents` diff --git a/VERSION b/VERSION index 2cf514e36..d1dd3f904 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.5.0 +10.6.0 diff --git a/stripe/_version.py b/stripe/_version.py index 0a8379cd6..8f89d8205 100644 --- a/stripe/_version.py +++ b/stripe/_version.py @@ -1 +1 @@ -VERSION = "10.5.0" +VERSION = "10.6.0"