From 8534b266f05318890d0fd73e6cd4680910c46d16 Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Thu, 15 Aug 2024 14:19:50 -0700 Subject: [PATCH] Bump version to 79.9.0-beta.1 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 422655cae5..329897c1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## 79.9.0-beta.1 - 2024-08-15 +* [#1905](https://github.com/stripe/stripe-go/pull/1905) Update generated code for beta + * Add support for `CapitalFinancingApplication` and `CapitalFinancing` on `AccountSessionComponentsParams` + * Add support for `Permissions` on `CheckoutSessionParams` and `CheckoutSession` + * Add support for `CollectedInformation` on `CheckoutSessionParams` and `CheckoutSession` + * Add support for `ShippingOptions` on `CheckoutSessionParams` + ## 79.8.0-beta.1 - 2024-08-12 * [#1900](https://github.com/stripe/stripe-go/pull/1900) Update generated code for beta * Add support for `CapitalFinancingApplication` and `CapitalFinancing` on `AccountSessionComponents` diff --git a/VERSION b/VERSION index 40a3045875..ee4ebd4e01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -79.8.0-beta.1 +79.9.0-beta.1 diff --git a/stripe.go b/stripe.go index 6f81fa3452..278e5d8978 100644 --- a/stripe.go +++ b/stripe.go @@ -1365,7 +1365,7 @@ func AddBetaVersion(betaName string, betaVersion string) error { // // clientversion is the binding version -const clientversion = "79.8.0-beta.1" +const clientversion = "79.9.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