From 05ec730143a794ab694d17c637eeac2c22242995 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 28 Sep 2023 16:09:29 -0700 Subject: [PATCH] Bump version to 75.8.0 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a36323ab3..1de5a0ccd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 75.8.0 - 2023-09-28 +* [#1741](https://github.com/stripe/stripe-go/pull/1741) Update generated code + * Add support for `Rendering` on `InvoiceParams` and `Invoice` + ## 75.7.0 - 2023-09-21 * [#1738](https://github.com/stripe/stripe-go/pull/1738) Update generated code * Add support for `TermsOfServiceAcceptance` on `CheckoutSessionCustomTextParams`, `CheckoutSessionCustomText`, `PaymentLinkCustomTextParams`, and `PaymentLinkCustomText` diff --git a/VERSION b/VERSION index 3867a5f87e..8008d6bf87 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -75.7.0 +75.8.0 diff --git a/stripe.go b/stripe.go index 3ba252e0db..0c14bf4ce9 100644 --- a/stripe.go +++ b/stripe.go @@ -1217,7 +1217,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "75.7.0" +const clientversion = "75.8.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