Skip to content

Commit 760771d

Browse files
committed
Bump version to 81.3.0-beta.1
1 parent 02f0811 commit 760771d

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 81.3.0-beta.1 - 2025-01-09
4+
* [#1958](https://github.com/stripe/stripe-go/pull/1958) Update generated code for beta
5+
* Add support for `Close` method on resource `Treasury.FinancialAccount`
6+
* Add support for `OwnershipExemptionReason` on `AccountCompanyParams`, `AccountCompany`, and `TokenAccountCompanyParams`
7+
* Add support for `DirectorshipDeclaration` on `AccountCompany`
8+
* Add support for `AdviceCode` on `ChargeOutcome`, `InvoiceLastFinalizationError`, `PaymentIntentLastPaymentError`, `SetupAttemptSetupError`, `SetupIntentLastSetupError`, and `StripeError`
9+
* Remove support for value `always_invoice` from enum `BillingPortalConfigurationFeaturesSubscriptionCancelProrationBehavior`
10+
* Add support for `BrandProduct` on `Card`, `SourceCardPresent`, `SourceCard`, and `SourceThreeDSecure`
11+
* Add support for `Country` on `ChargePaymentMethodDetailsPaypal`, `ConfirmationTokenPaymentMethodPreviewPaypal`, and `PaymentMethodPaypal`
12+
* Add support for new value `al_tin` on enums `CheckoutSessionCollectedInformationTaxIdsType` and `OrderTaxDetailsTaxIdsType`
13+
* Add support for `Nickname` on `TreasuryFinancialAccountParams` and `TreasuryFinancialAccount`
14+
* Add support for `ForwardingSettings` on `TreasuryFinancialAccountParams`
15+
* Add support for `IsDefault` on `TreasuryFinancialAccount`
16+
* Add support for `DestinationPaymentMethodData` on `TreasuryOutboundTransferParams`
17+
* Add support for `FinancialAccount` on `TreasuryOutboundTransferDestinationPaymentMethodDetails`
18+
* Change type of `TreasuryOutboundTransferDestinationPaymentMethodDetailsType` from `literal('us_bank_account')` to `enum('financial_account'|'us_bank_account')`
19+
* Add support for `OutboundTransfer` on `TreasuryReceivedCreditLinkedFlowsSourceFlowDetails`
20+
* Add support for new value `outbound_transfer` on enum `TreasuryReceivedCreditLinkedFlowsSourceFlowDetailsType`
21+
322
## 81.2.0 - 2024-12-18
423
* [#1957](https://github.com/stripe/stripe-go/pull/1957) This release changes the pinned API version to `2024-12-18.acacia`.
524
* Add support for `NetworkAdviceCode` and `NetworkDeclineCode` on `ChargeOutcome`, `InvoiceLastFinalizationError`, `PaymentIntentLastPaymentError`, `SetupAttemptSetupError`, `SetupIntentLastSetupError`, and `StripeError`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
81.2.0-beta.3
1+
81.3.0-beta.1

stripe.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ func AddBetaVersion(betaName string, betaVersion string) error {
13941394
//
13951395

13961396
// clientversion is the binding version
1397-
const clientversion = "81.2.0-beta.3"
1397+
const clientversion = "81.3.0-beta.1"
13981398

13991399
// defaultHTTPTimeout is the default timeout on the http.Client used by the library.
14001400
// This is chosen to be consistent with the other Stripe language libraries and

0 commit comments

Comments
 (0)