From 501b28a1fe2158be1ba88bde40677d0dfbec4d35 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 31 Aug 2023 17:13:00 -0700 Subject: [PATCH] Bump version to 75.4.0-beta.1 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbb677d786..9f25843657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 75.4.0-beta.1 - 2023-08-31 +* [#1721](https://github.com/stripe/stripe-go/pull/1721) Update generated code for beta + * Rename `quote.PreviewInvoices` and `quote.PreviewSubscriptionSchedules` to `quotepreviewinvoice.List` and `quotepreviewschedule.List` + * Add support for `Components` on `AccountSessionParams` and `AccountSession` + ## 75.2.0 - 2023-08-24 * [#1718](https://github.com/stripe/stripe-go/pull/1718) Update generated code * Add support for `Retention` on `BillingPortalSessionFlowDataSubscriptionCancelParams` and `BillingPortalSessionFlowSubscriptionCancel` diff --git a/VERSION b/VERSION index 8a4cb49fdf..8f8e1d1b21 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -75.0.0-beta.1 +75.4.0-beta.1 diff --git a/stripe.go b/stripe.go index e126d72665..e6d47ae76e 100644 --- a/stripe.go +++ b/stripe.go @@ -1291,7 +1291,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "75.0.0-beta.1" +const clientversion = "75.4.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