diff --git a/CHANGELOG.md b/CHANGELOG.md index 41aaeb1223..845f7da3c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 76.9.0 - 2023-12-14 +* [#1781](https://github.com/stripe/stripe-go/pull/1781) Update generated code + * Add support for `PaymentMethodReuseAgreement` on `CheckoutSessionConsentCollectionParams`, `CheckoutSessionConsentCollection`, `PaymentLinkConsentCollectionParams`, and `PaymentLinkConsentCollection` + * Add support for `AfterSubmit` on `CheckoutSessionCustomTextParams`, `CheckoutSessionCustomText`, `PaymentLinkCustomTextParams`, and `PaymentLinkCustomText` + * Add support for `Created` on `RadarEarlyFraudWarningListParams` + +* [#1780](https://github.com/stripe/stripe-go/pull/1780) Usage telemetry infrastructure + ## 76.8.0 - 2023-12-07 * [#1775](https://github.com/stripe/stripe-go/pull/1775) Update generated code * Add support for `PaymentDetails`, `Payments`, and `Payouts` on `AccountSessionComponentsParams` and `AccountSessionComponents` diff --git a/VERSION b/VERSION index 0fbbf9be90..36a88f59c9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -76.8.0 +76.9.0 diff --git a/stripe.go b/stripe.go index 012298fe33..bbccd83d1c 100644 --- a/stripe.go +++ b/stripe.go @@ -1284,7 +1284,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "76.8.0" +const clientversion = "76.9.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