diff --git a/CHANGELOG.md b/CHANGELOG.md index 702c2e7251..e69e538781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 78.4.0 - 2024-04-25 +* [#1852](https://github.com/stripe/stripe-go/pull/1852) Update generated code + * Add support for `SetupFutureUsage` on `CheckoutSessionPaymentMethodOptionsAmazonPay`, `CheckoutSessionPaymentMethodOptionsRevolutPay`, `PaymentIntentPaymentMethodOptionsAmazonPay`, and `PaymentIntentPaymentMethodOptionsRevolutPay` + * Change type of `EntitlementsActiveEntitlementFeature` from `string` to `*EntitlementsFeature` + * Remove support for inadvertently released identity verification features `Email` and `Phone` on `IdentityVerificationSessionOptionsParams` + * Add support for new values `amazon_pay` and `revolut_pay` on enums `InvoicePaymentSettingsPaymentMethodTypes` and `SubscriptionPaymentSettingsPaymentMethodTypes` + * Add support for `AmazonPay` and `RevolutPay` on `MandatePaymentMethodDetails` and `SetupAttemptPaymentMethodDetails` + * Add support for `EndingBefore`, `Limit`, and `StartingAfter` on `PaymentMethodConfigurationListParams` + * Add support for `Mobilepay` on `PaymentMethodConfigurationParams` and `PaymentMethodConfiguration` + ## 78.3.0 - 2024-04-18 * [#1849](https://github.com/stripe/stripe-go/pull/1849) Update generated code * Add support for `CreatePreview` method on resource `Invoice` diff --git a/VERSION b/VERSION index 2617fcb43f..f87c7cf35a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -78.3.0 +78.4.0 diff --git a/stripe.go b/stripe.go index 25a5925bc5..295c26d921 100644 --- a/stripe.go +++ b/stripe.go @@ -1279,7 +1279,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "78.3.0" +const clientversion = "78.4.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