From fc3a3013d87af1e980d4dfe1cbeb7c37511e4221 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 21 Sep 2023 16:38:08 -0700 Subject: [PATCH] Bump version to 75.8.0-beta.1 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd59396b49..8f6a1e27da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 75.8.0-beta.1 - 2023-09-21 +* [#1737](https://github.com/stripe/stripe-go/pull/1737) Update generated code for beta + * Remove support for `Customer` on `ConfirmationToken` + * Add support for `Issuer` on `InvoiceParams`, `InvoiceUpcomingLinesParams`, `InvoiceUpcomingParams`, `Invoice`, `QuoteInvoiceSettingsParams`, `QuoteInvoiceSettings`, `SubscriptionScheduleDefaultSettingsInvoiceSettingsParams`, `SubscriptionScheduleDefaultSettingsInvoiceSettings`, `SubscriptionSchedulePhasesInvoiceSettingsParams`, and `SubscriptionSchedulePhasesInvoiceSettings` + * Add support for `OnBehalfOf` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams` + * Add support for `Liability` on `InvoiceAutomaticTaxParams`, `InvoiceAutomaticTax`, `InvoiceUpcomingAutomaticTaxParams`, `InvoiceUpcomingLinesAutomaticTaxParams`, `QuoteAutomaticTaxParams`, `QuoteAutomaticTax`, `SubscriptionAutomaticTaxParams`, `SubscriptionAutomaticTax`, `SubscriptionScheduleDefaultSettingsAutomaticTaxParams`, `SubscriptionScheduleDefaultSettingsAutomaticTax`, `SubscriptionSchedulePhasesAutomaticTaxParams`, and `SubscriptionSchedulePhasesAutomaticTax` + * Add support for `InvoiceSettings` on `SubscriptionParams` + ## 75.7.0-beta.1 - 2023-09-14 * [#1732](https://github.com/stripe/stripe-go/pull/1732) Update generated code for beta * Add support for new resource `ConfirmationToken` diff --git a/VERSION b/VERSION index 9b140b3dcf..b178f00740 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -75.7.0-beta.1 +75.8.0-beta.1 diff --git a/stripe.go b/stripe.go index a032c36378..4f3b7ec5df 100644 --- a/stripe.go +++ b/stripe.go @@ -1291,7 +1291,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "75.7.0-beta.1" +const clientversion = "75.8.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