Skip to content

Commit 7c799e5

Browse files
Bump version to 47.1.0-beta.2
1 parent e5b2964 commit 7c799e5

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 47.1.0-beta.2 - 2024-11-07
4+
* [#3022](https://github.com/stripe/stripe-dotnet/pull/3022) Update generated code for beta
5+
* Add support for new resources `Issuing.FraudLiabilityDebit`, `PaymentAttemptRecord`, and `PaymentRecord`
6+
* Add support for `Get` and `List` methods on resources `FraudLiabilityDebit` and `PaymentAttemptRecord`
7+
* Add support for `Get`, `ReportPaymentAttemptCanceled`, `ReportPaymentAttemptFailed`, `ReportPaymentAttemptGuaranteed`, `ReportPaymentAttempt`, and `ReportPayment` methods on resource `PaymentRecord`
8+
* Remove support for `MoneyMovement` on `AccountSessionComponentsFinancialAccountFeaturesOptions`
9+
* Add support for `CardManagement`, `CardSpendDisputeManagement`, `CardholderManagement`, and `SpendControlManagement` on `AccountSessionComponentsIssuingCardFeaturesOptions`
10+
* Add support for `DisableStripeUserAuthentication` on `AccountSessionComponentsIssuingCardsListFeaturesOptions`
11+
* Add support for `AdaptivePricing` on `Checkout.SessionCreateOptions` and `CheckoutSession`
12+
* Add support for `MandateOptions` on `CheckoutSessionPaymentMethodOptionsBacsDebitOptions`, `CheckoutSessionPaymentMethodOptionsBacsDebit`, `CheckoutSessionPaymentMethodOptionsSepaDebitOptions`, and `CheckoutSessionPaymentMethodOptionsSepaDebit`
13+
* Add support for `RequestDecrementalAuthorization`, `RequestExtendedAuthorization`, `RequestIncrementalAuthorization`, `RequestMulticapture`, and `RequestOvercapture` on `CheckoutSessionPaymentMethodOptionsCardOptions` and `CheckoutSessionPaymentMethodOptionsCard`
14+
* Add support for `CaptureMethod` on `CheckoutSessionPaymentMethodOptionsKakaoPayOptions`, `CheckoutSessionPaymentMethodOptionsKrCardOptions`, `CheckoutSessionPaymentMethodOptionsNaverPayOptions`, `CheckoutSessionPaymentMethodOptionsPaycoOptions`, and `CheckoutSessionPaymentMethodOptionsSamsungPayOptions`
15+
* Add support for `AccountHolderAddress`, `AccountHolderName`, `AccountType`, and `BankAddress` on `FundingInstructionsBankTransferFinancialAddressesAba`, `FundingInstructionsBankTransferFinancialAddressesSwift`, `PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressesAba`, and `PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressesSwift`
16+
* Add support for `PaymentRecordData` and `PaymentRecord` on `InvoiceAttachPaymentOptions`
17+
* Remove support for `OutOfBandPayment` on `InvoiceAttachPaymentOptions`
18+
* Add support for `AmountOverpaid` on `Invoice`
19+
* Add support for `MerchantAmount` and `MerchantCurrency` on `Issuing.TestHelpersAuthorizationCreateOptions`
20+
* Add support for `SubmitType` on `PaymentLinkUpdateOptions`
21+
322
## 47.1.0-beta.1 - 2024-10-29
423
* [#3018](https://github.com/stripe/stripe-dotnet/pull/3018) Update generated code for beta
524
* Add support for `TriggerAction` method on resource `PaymentIntent`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
47.1.0-beta.1
1+
47.1.0-beta.2

src/Stripe.net/Constants/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ namespace Stripe
22
{
33
internal class Version
44
{
5-
public const string Current = "47.1.0-beta.1";
5+
public const string Current = "47.1.0-beta.2";
66
}
77
}

src/Stripe.net/Stripe.net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for the Stripe API. (Official Library)</Description>
5-
<Version>47.1.0-beta.1</Version>
5+
<Version>47.1.0-beta.2</Version>
66
<LangVersion>8</LangVersion>
77
<Authors>Stripe, Jayme Davis</Authors>
88
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0;netcoreapp3.1;netstandard2.0;net461</TargetFrameworks>

0 commit comments

Comments
 (0)