From 0b3cbb4a5c38dae954e2a52cd51717793b49a3d1 Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Thu, 25 Jul 2024 14:32:29 -0700 Subject: [PATCH] Bump version to 79.6.0-beta.1 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db533c79e..e0d9322680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 79.6.0-beta.1 - 2024-07-25 +* [#1889](https://github.com/stripe/stripe-go/pull/1889) Update generated code for beta + * Add support for new resource `Tax.Association` + * Add support for `Find` method on resource `Association` + * Add support for `Capital` on `AccountSettingsParams` and `AccountSettings` + * Add support for `AsyncWorkflows` on `PaymentIntentCaptureParams`, `PaymentIntentConfirmParams`, `PaymentIntentDecrementAuthorizationParams`, `PaymentIntentIncrementAuthorizationParams`, `PaymentIntentParams`, and `PaymentIntent` + * Add support for `Payto` on `PaymentMethodConfigurationParams` and `PaymentMethodConfiguration` + ## 79.4.0-beta.1 - 2024-07-11 * [#1885](https://github.com/stripe/stripe-go/pull/1885) Update generated code for beta * Add support for new value `not_qualified` on enum `DisputeEvidenceDetailsEnhancedEligibilityVisaCompellingEvidence3Status` diff --git a/VERSION b/VERSION index a5b1f538c0..1b0b1b78ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -79.4.0-beta.1 +79.6.0-beta.1 diff --git a/stripe.go b/stripe.go index 94ede7837f..5c422850b9 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 = "79.4.0-beta.1" +const clientversion = "79.6.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