Skip to content

Commit

Permalink
Bump version to 74.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Jun 1, 2023
1 parent 88cf1f0 commit e3e2476
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74.20.0
74.21.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3e2476

Please sign in to comment.