diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae3a6a3c..c572d710c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 9.5.0 - 2024-05-02 +* [#1317](https://github.com/stripe/stripe-python/pull/1317) Update generated code + * Add support for `paypal` on resource class `stripe.Dispute.PaymentMethodDetails` + * Add support for `payment_method_types` on parameter class `stripe.PaymentIntent.ConfirmParams` + * Add support for `ship_from_details` on parameter class `stripe.tax.Calculation.CreateParams` and resources `stripe.tax.Calculation` and `stripe.tax.Transaction` + * Add support for `bh`, `eg`, `ge`, `ke`, `kz`, `ng`, `om` on resource class `stripe.tax.Registration.CountryOptions` and parameter class `stripe.tax.Registration.CreateParamsCountryOptions` + * Add support for `paypal` on enum `stripe.Dispute.PaymentMethodDetails.type` + * Add support for `shipping_address_invalid` on enums `stripe.Invoice.LastFinalizationError.code`, `stripe.PaymentIntent.LastPaymentError.code`, `stripe.SetupAttempt.SetupError.code`, and `stripe.SetupIntent.LastSetupError.code` + * Change type of `metadata` on `stripe.entitlements.Feature.ModifyParams` from `Dict[str, str]` to `Literal['']|Dict[str, str]` +* [#1319](https://github.com/stripe/stripe-python/pull/1319) Fix type change entries in Python Changelog + ## 9.4.0 - 2024-04-25 * [#1316](https://github.com/stripe/stripe-python/pull/1316) Update generated code * Add support for `amazon_pay` on resource classes `stripe.Mandate.PaymentMethodDetails` and `stripe.SetupAttempt.PaymentMethodDetails` diff --git a/VERSION b/VERSION index 8148c5594..d223b4510 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.4.0 +9.5.0 diff --git a/stripe/_version.py b/stripe/_version.py index e48f227b3..3a497b358 100644 --- a/stripe/_version.py +++ b/stripe/_version.py @@ -1 +1 @@ -VERSION = "9.4.0" +VERSION = "9.5.0"