Skip to content

Commit

Permalink
Bump version to 79.9.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed Aug 22, 2024
1 parent 8037f3d commit 2d93b8c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79.9.0-beta.1
79.9.0-beta.2
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d93b8c

Please sign in to comment.