From 2098f91dc6bae9ce729f734a747ee77d651e639d Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 14 Sep 2023 17:59:15 -0700 Subject: [PATCH] Bump version to 75.6.0 --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a8c691b0..d451decafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 75.6.0 - 2023-09-14 +* [#1736](https://github.com/stripe/stripe-go/pull/1736) Update generated code + * Add support for new resource `PaymentMethodConfiguration` + * Add support for `Get`, `List`, `New`, and `Update` methods on resource `PaymentMethodConfiguration` + * Add support for `PaymentMethodConfiguration` on `CheckoutSessionParams`, `PaymentIntentParams`, and `SetupIntentParams` + * Add support for `PaymentMethodConfigurationDetails` on `CheckoutSession`, `PaymentIntent`, and `SetupIntent` +* [#1729](https://github.com/stripe/stripe-go/pull/1729) Update generated code + * Add support for `Capture`, `Expire`, `Increment`, `New`, and `Reverse` test helper methods on resource `Issuing.Authorization` + * Add support for `CreateForceCapture`, `CreateUnlinkedRefund`, and `Refund` test helper methods on resource `Issuing.Transaction` + * Add support for new value `stripe_tax_inactive` on enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode` + * Add support for `Nonce` on `EphemeralKeyParams` + * Add support for `CashbackAmount` on `IssuingAuthorizationAmountDetails`, `IssuingAuthorizationPendingRequestAmountDetails`, `IssuingAuthorizationRequestHistoryAmountDetails`, and `IssuingTransactionAmountDetails` + * Add support for `SerialNumber` on `TerminalReaderListParams` + ## 75.5.0 - 2023-09-13 * [#1735](https://github.com/stripe/stripe-go/pull/1735) Bugfix: point files.New back to files.stripe.com * [#1731](https://github.com/stripe/stripe-go/pull/1731) Delay calculation of Stripe-User-Agent diff --git a/VERSION b/VERSION index eb14f92b86..25e4f1324d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -75.5.0 +75.6.0 diff --git a/stripe.go b/stripe.go index 0ed5b6fcf9..3e9ea44683 100644 --- a/stripe.go +++ b/stripe.go @@ -1217,7 +1217,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "75.5.0" +const clientversion = "75.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