From 64bc9226a4ab07eb8c376826ca7b47f2d56e24bf Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Thu, 5 Dec 2024 16:21:03 -0500 Subject: [PATCH] Bump version to 81.2.0-beta.2 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1eb6080e0..0f613f1e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 81.2.0-beta.2 - 2024-12-05 +* [#1953](https://github.com/stripe/stripe-go/pull/1953) Update generated code for beta + * Add support for `AutomaticIndirectTax` on `AccountCapabilitiesParams` and `AccountCapabilities` + * Add support for new values `payout_minimum_balance_hold` and `payout_minimum_balance_release` on enum `BalanceTransactionType` + * Add support for `ReferencePrefix` on `CheckoutSessionPaymentMethodOptionsBacsDebitMandateOptionsParams`, `CheckoutSessionPaymentMethodOptionsBacsDebitMandateOptions`, `CheckoutSessionPaymentMethodOptionsSepaDebitMandateOptionsParams`, `CheckoutSessionPaymentMethodOptionsSepaDebitMandateOptions`, `OrderPaymentSettingsPaymentMethodOptionsSepaDebitMandateOptionsParams`, `OrderPaymentSettingsPaymentMethodOptionsSepaDebitMandateOptions`, `PaymentIntentConfirmPaymentMethodOptionsBacsDebitMandateOptionsParams`, `PaymentIntentConfirmPaymentMethodOptionsSepaDebitMandateOptionsParams`, `PaymentIntentPaymentMethodOptionsBacsDebitMandateOptionsParams`, `PaymentIntentPaymentMethodOptionsBacsDebitMandateOptions`, `PaymentIntentPaymentMethodOptionsSepaDebitMandateOptionsParams`, `PaymentIntentPaymentMethodOptionsSepaDebitMandateOptions`, `SetupIntentConfirmPaymentMethodOptionsBacsDebitMandateOptionsParams`, `SetupIntentConfirmPaymentMethodOptionsSepaDebitMandateOptionsParams`, `SetupIntentPaymentMethodOptionsBacsDebitMandateOptionsParams`, `SetupIntentPaymentMethodOptionsBacsDebitMandateOptions`, `SetupIntentPaymentMethodOptionsSepaDebitMandateOptionsParams`, and `SetupIntentPaymentMethodOptionsSepaDebitMandateOptions` + * Add support for `DisabledReason` on `InvoiceAutomaticTax`, `SubscriptionAutomaticTax`, `SubscriptionScheduleDefaultSettingsAutomaticTax`, and `SubscriptionSchedulePhasesAutomaticTax` + * Add support for `TrialPeriodDays` on `PaymentLinkSubscriptionDataParams` + ## 81.1.1 - 2024-12-05 * [#1955](https://github.com/stripe/stripe-go/pull/1955) Temporarily add payment_method parameter to BankAccountParams diff --git a/VERSION b/VERSION index 96e533eabd..6e4f6d93f8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -81.2.0-beta.1 +81.2.0-beta.2 diff --git a/stripe.go b/stripe.go index b9aaa69a73..2ded46eb59 100644 --- a/stripe.go +++ b/stripe.go @@ -1394,7 +1394,7 @@ func AddBetaVersion(betaName string, betaVersion string) error { // // clientversion is the binding version -const clientversion = "81.2.0-beta.1" +const clientversion = "81.2.0-beta.2" // 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