Skip to content

Commit

Permalink
Bump version to 76.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Nov 21, 2023
1 parent eb71813 commit 651d4d0
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.6.0 - 2023-11-21
* [#1769](https://github.com/stripe/stripe-go/pull/1769) Update generated code
* Add support for `ElectronicCommerceIndicator` on `ChargePaymentMethodDetailsCardThreeDSecure` and `SetupAttemptPaymentMethodDetailsCardThreeDSecure`
* Add support for `ExemptionIndicatorApplied` and `ExemptionIndicator` on `ChargePaymentMethodDetailsCardThreeDSecure`
* Add support for `TransactionID` on `ChargePaymentMethodDetailsCardThreeDSecure`, `IssuingAuthorizationNetworkData`, `IssuingTransactionNetworkData`, and `SetupAttemptPaymentMethodDetailsCardThreeDSecure`
* Add support for `Offline` on `ChargePaymentMethodDetailsCardPresent`
* Add support for `SystemTraceAuditNumber` on `IssuingAuthorizationNetworkData`
* Add support for `NetworkRiskScore` on `IssuingAuthorizationPendingRequest` and `IssuingAuthorizationRequestHistory`
* Add support for `RequestedAt` on `IssuingAuthorizationRequestHistory`
* Add support for `AuthorizationCode` on `IssuingTransactionNetworkData`
* Add support for `ThreeDSecure` on `PaymentIntentConfirmPaymentMethodOptionsCardParams`, `PaymentIntentPaymentMethodOptionsCardParams`, `SetupIntentConfirmPaymentMethodOptionsCardParams`, and `SetupIntentPaymentMethodOptionsCardParams`

## 76.5.0 - 2023-11-16
* [#1768](https://github.com/stripe/stripe-go/pull/1768) Update generated code
* Add support for `Status` on `CheckoutSessionListParams`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76.5.0
76.6.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "76.5.0"
const clientversion = "76.6.0"

// 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 651d4d0

Please sign in to comment.