Skip to content

Commit

Permalink
Bump version to 76.18.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Feb 16, 2024
1 parent f0e2282 commit 9f3f6cc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 76.18.0-beta.1 - 2024-02-16
* [#1813](https://github.com/stripe/stripe-go/pull/1813) Update generated code for beta
* Add support for `DecrementAuthorization` method on resource `PaymentIntent`
* Add support for `PaytoPayments` and `TWINTPayments` on `AccountCapabilitiesParams` and `AccountCapabilities`
* Add support for `Payto` on `ChargePaymentMethodDetails`, `ConfirmationTokenPaymentMethodPreview`, `MandatePaymentMethodDetails`, `PaymentIntentConfirmPaymentMethodDataParams`, `PaymentIntentConfirmPaymentMethodOptionsParams`, `PaymentIntentPaymentMethodDataParams`, `PaymentIntentPaymentMethodOptionsParams`, `PaymentIntentPaymentMethodOptions`, `PaymentMethodParams`, `PaymentMethod`, `SetupAttemptPaymentMethodDetails`, `SetupIntentConfirmPaymentMethodDataParams`, `SetupIntentConfirmPaymentMethodOptionsParams`, `SetupIntentPaymentMethodDataParams`, `SetupIntentPaymentMethodOptionsParams`, and `SetupIntentPaymentMethodOptions`
* Add support for `TWINT` on `ChargePaymentMethodDetails`, `ConfirmationTokenPaymentMethodPreview`, `PaymentIntentConfirmPaymentMethodDataParams`, `PaymentIntentPaymentMethodDataParams`, `PaymentMethodParams`, `PaymentMethod`, `SetupIntentConfirmPaymentMethodDataParams`, and `SetupIntentPaymentMethodDataParams`
* Add support for `DecrementalAuthorization` on `ChargePaymentMethodDetailsCard`
* Add support for `DisplayBrand` on `ConfirmationTokenPaymentMethodPreviewCard`
* Add support for new values `payto` and `twint` on enums `ConfirmationTokenPaymentMethodPreviewType` and `PaymentMethodType`
* Add support for new value `no_voec` on enum `OrderTaxDetailsTaxIdsType`
* Add support for `RequestDecrementalAuthorization` on `PaymentIntentConfirmPaymentMethodOptionsCardParams`, `PaymentIntentPaymentMethodOptionsCardParams`, and `PaymentIntentPaymentMethodOptionsCard`

## 76.17.0 - 2024-02-15
* [#1812](https://github.com/stripe/stripe-go/pull/1812) Update generated code
* Add support for `Networks` on `Card`, `PaymentMethodCardParams`, and `TokenCardParams`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76.17.0-beta.1
76.18.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "76.17.0-beta.1"
const clientversion = "76.18.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 9f3f6cc

Please sign in to comment.