Skip to content

Commit

Permalink
Bump version to 78.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed May 2, 2024
1 parent 20c6e93 commit 02de663
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
78.5.0-beta.1
78.6.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02de663

Please sign in to comment.