From 3359c0e433be2a811be2af5b8613e005484abf5f Mon Sep 17 00:00:00 2001 From: David Brownman Date: Thu, 12 Dec 2024 14:57:13 -0800 Subject: [PATCH] Bump version to 81.2.0-beta.3 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f613f1e97..2aba533190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 81.2.0-beta.3 - 2024-12-12 +* [#1956](https://github.com/stripe/stripe-go/pull/1956) Update generated code for beta + * Add support for `AllowRedisplay` on `Card` and `Source` + * Add support for new values `am_tin`, `ao_tin`, `ba_tin`, `bb_tin`, `bs_tin`, `cd_nif`, `gn_nif`, `kh_tin`, `me_pib`, `mk_vat`, `mr_nif`, `np_pan`, `sn_ninea`, `sr_fin`, `tj_tin`, `ug_tin`, `zm_tin`, and `zw_tin` on enums `CheckoutSessionCollectedInformationTaxIdsType` and `OrderTaxDetailsTaxIdsType` + * Add support for new value `network_fallback` on enum `IssuingAuthorizationRequestHistoryReason` + * Remove support for `AmountRefunded` on `PaymentRecord` + * Add support for `Account` on `TerminalReaderActionCollectPaymentMethod`, `TerminalReaderActionConfirmPaymentIntent`, `TerminalReaderActionProcessPaymentIntent`, and `TerminalReaderActionRefundPayment` + ## 81.2.0-beta.2 - 2024-12-05 * [#1953](https://github.com/stripe/stripe-go/pull/1953) Update generated code for beta * Add support for `AutomaticIndirectTax` on `AccountCapabilitiesParams` and `AccountCapabilities` diff --git a/VERSION b/VERSION index 6e4f6d93f8..2a10818442 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -81.2.0-beta.2 +81.2.0-beta.3 diff --git a/stripe.go b/stripe.go index 2ded46eb59..da5ec8ea38 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.2.0-beta.2" +const clientversion = "81.2.0-beta.3" // 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