From 1cf3425336638edcd0accd205ccd1a55e6269e33 Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Thu, 18 Apr 2024 14:44:50 -0700 Subject: [PATCH] Bump version to 78.4.0-beta.1 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c1dbea0f..eb2e4d1cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 78.4.0-beta.1 - 2024-04-18 +* [#1848](https://github.com/stripe/stripe-go/pull/1848) Update generated code for beta + * Add support for `CapitalOverview`, `TaxRegistrations`, and `TaxSettings` on `AccountSessionComponentsParams` + * Add support for `ExternalAccountCollection` on `AccountSessionComponentsFinancialAccountFeaturesParams` + * Add support for `SubscriptionTrialFromPlan` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams` + ## 78.2.0 - 2024-04-16 * [#1847](https://github.com/stripe/stripe-go/pull/1847) Update generated code * Add support for new resource `Entitlements.ActiveEntitlementSummary` diff --git a/VERSION b/VERSION index 968f92a81e..ae4e315bfb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -78.2.0-beta.1 +78.4.0-beta.1 diff --git a/stripe.go b/stripe.go index 7dd1af74eb..1542df8ff9 100644 --- a/stripe.go +++ b/stripe.go @@ -1364,7 +1364,7 @@ func AddBetaVersion(betaName string, betaVersion string) error { // // clientversion is the binding version -const clientversion = "78.2.0-beta.1" +const clientversion = "78.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