diff --git a/CHANGELOG.md b/CHANGELOG.md index 94aa9661fd..6d73188501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 76.20.0 - 2024-03-07 +* [#1823](https://github.com/stripe/stripe-go/pull/1823) Update generated code + * Add support for `Documents` on `AccountSessionComponentsParams` and `AccountSessionComponents` + * Add support for `RequestThreeDSecure` on `CheckoutSessionPaymentMethodOptionsCardParams` and `CheckoutSessionPaymentMethodOptionsCard` + * Add support for `Created` on `CreditNoteListParams` + * Add support for `SEPADebit` on `InvoicePaymentSettingsPaymentMethodOptionsParams` and `InvoicePaymentSettingsPaymentMethodOptions` + ## 76.19.0 - 2024-02-29 * [#1818](https://github.com/stripe/stripe-go/pull/1818) Update generated code * Add support for `Number` on `InvoiceParams` diff --git a/VERSION b/VERSION index a9ab7801b6..bc20f1bc16 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -76.19.0 +76.20.0 diff --git a/stripe.go b/stripe.go index 0512dd8618..50a7e8eb4c 100644 --- a/stripe.go +++ b/stripe.go @@ -1283,7 +1283,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "76.19.0" +const clientversion = "76.20.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