From 2d93b8cac0ab175f9508eb4fe85903d0aa3e7969 Mon Sep 17 00:00:00 2001 From: David Brownman Date: Thu, 22 Aug 2024 15:09:32 -0700 Subject: [PATCH] Bump version to 79.9.0-beta.2 --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d8143b54..89695c6e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## 79.9.0-beta.2 - 2024-08-22 +* [#1907](https://github.com/stripe/stripe-go/pull/1907) Update generated code for beta + * Add support for `MbWayPayments` on `AccountCapabilitiesParams` and `AccountCapabilities` + * Add support for `MbWay` on `ChargePaymentMethodDetails`, `ConfirmationTokenPaymentMethodDataParams`, `ConfirmationTokenPaymentMethodPreview`, `PaymentIntentConfirmPaymentMethodDataParams`, `PaymentIntentConfirmPaymentMethodOptionsParams`, `PaymentIntentPaymentMethodDataParams`, `PaymentIntentPaymentMethodOptionsParams`, `PaymentIntentPaymentMethodOptions`, `PaymentMethodParams`, `PaymentMethod`, `SetupIntentConfirmPaymentMethodDataParams`, and `SetupIntentPaymentMethodDataParams` + * Add support for new value `mb_way` on enums `ConfirmationTokenPaymentMethodPreviewType` and `PaymentMethodType` + * Remove support for values `accepted`, `partner_rejected`, and `submitted` from enum `DisputeEvidenceDetailsEnhancedEligibilityVisaCompellingEvidence3Status` + * Add support for new value `hr_oib` on enum `OrderTaxDetailsTaxIdsType` + * Remove support for `Phases` on `QuoteParams` + * Remove support for `FromSchedule` on `QuoteSubscriptionDataParams` + ## 79.9.0-beta.1 - 2024-08-15 * [#1905](https://github.com/stripe/stripe-go/pull/1905) Update generated code for beta * Add support for `CapitalFinancingApplication` and `CapitalFinancing` on `AccountSessionComponentsParams` diff --git a/VERSION b/VERSION index ee4ebd4e01..2709b9c3d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -79.9.0-beta.1 +79.9.0-beta.2 diff --git a/stripe.go b/stripe.go index 278e5d8978..3044a56982 100644 --- a/stripe.go +++ b/stripe.go @@ -1365,7 +1365,7 @@ func AddBetaVersion(betaName string, betaVersion string) error { // // clientversion is the binding version -const clientversion = "79.9.0-beta.1" +const clientversion = "79.9.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