From e3e24767ff888930af8f83a3a9990990cb8a5fd0 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 1 Jun 2023 15:24:57 -0700 Subject: [PATCH] Bump version to 74.21.0 --- CHANGELOG.md | 16 ++++++++++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6517a948ed..31754e1dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 74.21.0 - 2023-06-01 +* [#1664](https://github.com/stripe/stripe-go/pull/1664) Update generated code + * Add support for `Numeric` and `Text` on `CheckoutSessionCustomFieldsParams` and `PaymentLinkCustomFieldsParams` + * Add support for `MaximumLength` and `MinimumLength` on `CheckoutSessionCustomFieldsNumeric` and `CheckoutSessionCustomFieldsText` + * Add support for new values `aba` and `swift` on enums `CheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressTypes` and `PaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressTypes` + * Add support for new value `us_bank_transfer` on enums `CheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferType`, `PaymentIntentNextActionDisplayBankTransferInstructionsType`, and `PaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferType` + * Add support for `PreferredLocales` on `IssuingCardholderParams` and `IssuingCardholder` + * Add support for `Description`, `IIN`, and `Issuer` on `PaymentMethodCardPresent` and `PaymentMethodInteracPresent` + * Add support for `PayerEmail` on `PaymentMethodPaypal` +* [#1662](https://github.com/stripe/stripe-go/pull/1662) Update generated code + * Add support for `ZipPayments` on `AccountCapabilitiesParams` and `AccountCapabilities` + * Add support for `Zip` on `ChargePaymentMethodDetails`, `PaymentIntentConfirmPaymentMethodDataParams`, `PaymentIntentConfirmPaymentMethodOptionsParams`, `PaymentIntentPaymentMethodDataParams`, `PaymentIntentPaymentMethodOptionsParams`, `PaymentIntentPaymentMethodOptions`, `PaymentMethodParams`, `PaymentMethod`, `SetupIntentConfirmPaymentMethodDataParams`, and `SetupIntentPaymentMethodDataParams` + * Add support for new value `zip` on enum `PaymentMethodType` +* [#1661](https://github.com/stripe/stripe-go/pull/1661) Generate error codes +* [#1660](https://github.com/stripe/stripe-go/pull/1660) Update generated code + ## 74.20.0 - 2023-05-25 * [#1662](https://github.com/stripe/stripe-go/pull/1662) Update generated code * Add support for `ZipPayments` on `AccountCapabilitiesParams` and `AccountCapabilities` diff --git a/VERSION b/VERSION index a6879660c7..9e5bc29105 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -74.20.0 +74.21.0 diff --git a/stripe.go b/stripe.go index 28e56d6b6d..719c81981d 100644 --- a/stripe.go +++ b/stripe.go @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "74.20.0" +const clientversion = "74.21.0" // defaultHTTPTimeout is the default timeout on the http.Client used by the library. // This is chosen to be consistent with the other Stripe language libraries and