diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d8a16e10..4089aa49c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 76.10.0-beta.1 - 2023-12-14 +* [#1785](https://github.com/stripe/stripe-go/pull/1785) Update generated code for beta + * Add support for `PreviewMode` and `SubscriptionDetails` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams` + * Remove support for `SubscriptionTrialFromPlan` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams` + * Add support for `BillingBehavior`, `EndBehavior`, and `ProrationBehavior` on `InvoiceUpcomingLinesScheduleDetailsParams` and `InvoiceUpcomingScheduleDetailsParams` +* [#1779](https://github.com/stripe/stripe-go/pull/1779) Track usage of `raw_request` + ## 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` diff --git a/VERSION b/VERSION index c06c89e380..960e404d34 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -76.9.0-beta.1 +76.10.0-beta.1 diff --git a/stripe.go b/stripe.go index cccf436954..eee906bb4e 100644 --- a/stripe.go +++ b/stripe.go @@ -1361,7 +1361,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "76.9.0-beta.1" +const clientversion = "76.10.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