From dd499c2e520147c408c3d99b49554157d588dce8 Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Thu, 12 Sep 2024 18:05:59 -0400 Subject: [PATCH] Bump version to 79.11.0 --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9557c175a..e316c949a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 79.11.0 - 2024-09-12 +* [#1912](https://github.com/stripe/stripe-go/pull/1912) Update generated code + * Add support for new resource `InvoiceRenderingTemplate` + * Add support for `Archive`, `Get`, `List`, and `Unarchive` methods on resource `InvoiceRenderingTemplate` + * Add support for `Required` on `CheckoutSessionTaxIdCollectionParams`, `CheckoutSessionTaxIdCollection`, `PaymentLinkTaxIdCollectionParams`, and `PaymentLinkTaxIdCollection` + * Add support for `Template` on `CustomerInvoiceSettingsRenderingOptionsParams`, `CustomerInvoiceSettingsRenderingOptions`, `InvoiceRenderingParams`, and `InvoiceRendering` + * Add support for `TemplateVersion` on `InvoiceRenderingParams` and `InvoiceRendering` + * Add support for new value `submitted` on enum `IssuingCardShippingStatus` +* [#1914](https://github.com/stripe/stripe-go/pull/1914) Add newer Go versions to test matrix +* [#1913](https://github.com/stripe/stripe-go/pull/1913) Use pinned version of tools in Makefile and ci.yml + ## 79.10.0 - 2024-09-05 * [#1906](https://github.com/stripe/stripe-go/pull/1906) Update generated code * Add support for `SubscriptionItem` and `Subscription` on `BillingAlertFilterParams` diff --git a/VERSION b/VERSION index 5e6bb89792..b94c5306df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -79.10.0 +79.11.0 diff --git a/stripe.go b/stripe.go index 48f5f588f4..0c329c955c 100644 --- a/stripe.go +++ b/stripe.go @@ -1280,7 +1280,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "79.10.0" +const clientversion = "79.11.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