From f9bb24575d6359919837052ee98a1df80fef0f81 Mon Sep 17 00:00:00 2001 From: Prathmesh Ranaut Date: Thu, 6 Jun 2024 15:32:27 -0400 Subject: [PATCH] Bump version to 78.10.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b626576e..7c4b7ffcec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 78.10.0 - 2024-06-06 +* [#1870](https://github.com/stripe/stripe-go/pull/1870) Update generated code + * Add support for `GBBankTransferPayments`, `JPBankTransferPayments`, `MXBankTransferPayments`, `SEPABankTransferPayments`, and `USBankTransferPayments` on `AccountCapabilitiesParams` and `AccountCapabilities` + * Add support for new value `swish` on enums `InvoicePaymentSettingsPaymentMethodTypes` and `SubscriptionPaymentSettingsPaymentMethodTypes` + ## 78.9.0 - 2024-05-30 * [#1868](https://github.com/stripe/stripe-go/pull/1868) Update generated code * Add support for new value `verification_requires_additional_proof_of_registration` on enums `AccountFutureRequirementsErrorsCode`, `AccountRequirementsErrorsCode`, `BankAccountFutureRequirementsErrorsCode`, and `BankAccountRequirementsErrorsCode` diff --git a/VERSION b/VERSION index 77e0ef5e86..78c2ef9d73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -78.9.0 +78.10.0 diff --git a/stripe.go b/stripe.go index 9c19218551..0292b76c75 100644 --- a/stripe.go +++ b/stripe.go @@ -1279,7 +1279,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "78.9.0" +const clientversion = "78.10.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