From 02de663d462bfe5f48709854775e2bd73db8b75d Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Thu, 2 May 2024 15:24:43 -0700 Subject: [PATCH] Bump version to 78.6.0-beta.1 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6320aaf7c..3195f49068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 78.6.0-beta.1 - 2024-05-02 +* [#1854](https://github.com/stripe/stripe-go/pull/1854) Update generated code for beta + * Add support for `RechnungPayments` on `AccountCapabilitiesParams` and `AccountCapabilities` + * Add support for `Rechnung` on `ChargePaymentMethodDetails`, `ConfirmationTokenPaymentMethodDataParams`, `ConfirmationTokenPaymentMethodPreview`, `PaymentIntentConfirmPaymentMethodDataParams`, `PaymentIntentConfirmPaymentMethodOptionsParams`, `PaymentIntentPaymentMethodDataParams`, `PaymentIntentPaymentMethodOptionsParams`, `PaymentIntentPaymentMethodOptions`, `PaymentMethodParams`, `PaymentMethod`, `SetupIntentConfirmPaymentMethodDataParams`, and `SetupIntentPaymentMethodDataParams` + * Add support for `Multibanco` on `CheckoutSessionPaymentMethodOptionsParams` and `CheckoutSessionPaymentMethodOptions` + * Add support for new value `rechnung` on enums `ConfirmationTokenPaymentMethodPreviewType` and `PaymentMethodType` + ## 78.5.0-beta.1 - 2024-04-25 * [#1850](https://github.com/stripe/stripe-go/pull/1850) Update generated code for beta * Add support for `PaymentMethodSettings` on `AccountSessionComponentsParams` diff --git a/VERSION b/VERSION index b07b133e3e..01bf12be38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -78.5.0-beta.1 +78.6.0-beta.1 diff --git a/stripe.go b/stripe.go index 9602ff2ca3..62eb824047 100644 --- a/stripe.go +++ b/stripe.go @@ -1364,7 +1364,7 @@ func AddBetaVersion(betaName string, betaVersion string) error { // // clientversion is the binding version -const clientversion = "78.5.0-beta.1" +const clientversion = "78.6.0-beta.1" // 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