From 623d776d92ee1a6099aa5572c9b2ad14865d6566 Mon Sep 17 00:00:00 2001 From: David Brownman Date: Fri, 7 Feb 2025 13:46:23 -0800 Subject: [PATCH] Bump version to 81.4.0-beta.1 --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aafe6c8a1f..72314ff664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 81.4.0-beta.1 - 2025-02-07 +* [#1973](https://github.com/stripe/stripe-go/pull/1973) Update generated code for beta + * Add support for `RejectedReason` on `AccountRiskControls` + * Add support for `ProductTaxCodeSelector` on `AccountSessionComponentsParams` + * Add support for `Prices` on `BillingCreditBalanceSummaryFilterApplicabilityScopeParams`, `BillingCreditGrantApplicabilityConfigScopeParams`, and `BillingCreditGrantApplicabilityConfigScope` + * Add support for `BrandProduct` on `ChargePaymentMethodDetailsAmazonPayFundingCard` and `ChargePaymentMethodDetailsRevolutPayFundingCard` + * Add support for `Restrictions` on `CheckoutSessionPaymentMethodOptionsCardParams` and `CheckoutSessionPaymentMethodOptionsCard` +* [#1981](https://github.com/stripe/stripe-go/pull/1981) Revert "Support time.Time instead of int64 for date fields" +* [#1972](https://github.com/stripe/stripe-go/pull/1972) Support time.Time instead of int64 for date fields + ## 81.3.1 - 2025-02-03 * [#1980](https://github.com/stripe/stripe-go/pull/1980) Update generated code * ⚠️ Fix acronym `JPY` in TerminalConfiguration that were not correctly capitalized diff --git a/VERSION b/VERSION index 6d74ff6ccb..9ece2aead1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -81.3.0-beta.3 +81.4.0-beta.1 diff --git a/stripe.go b/stripe.go index c2eab38990..7570c28cbe 100644 --- a/stripe.go +++ b/stripe.go @@ -1394,7 +1394,7 @@ func AddBetaVersion(betaName string, betaVersion string) error { // // clientversion is the binding version -const clientversion = "81.3.0-beta.3" +const clientversion = "81.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