Skip to content

Commit 74fe492

Browse files
Bump version to 52.5.0-alpha.2
1 parent 21e824a commit 74fe492

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 52.5.0-alpha.2 - 2026-09-02
4+
This release changes the pinned API version to 2026-08-26.preview.
5+
6+
* [#3438](https://github.com/stripe/stripe-dotnet/pull/3438) Update generated code for private-preview
7+
* Add support for new resource `Radar.BillingEvaluation`
8+
* Add support for `Create` method on resource `Radar.BillingEvaluation`
9+
* Add support for `CapitalFinancingManualPayment` on `AccountSession.Components`
10+
* Add support for `SequraPayments` on `Account.Capabilities`
11+
* Add support for `Sequra` on `Charge.PaymentMethodDetails`, `Checkout.Session.PaymentMethodOptions`, `ConfirmationToken.PaymentMethodPreview`, `PaymentAttemptRecord.PaymentMethodDetails`, `PaymentIntent.PaymentMethodOptions`, and `PaymentRecord.PaymentMethodDetails`
12+
* Add support for `PaymentIntentData` on `Checkout.SessionUpdateOptions`
13+
* ⚠️ Change type of `Checkout.Session.PaymentMethodOptions.Bancontact.SetupFutureUsage` from `literal('none')` to `enum('none'|'off_session')`
14+
* Add support for `AddressMatchConfidence` and `NameMatchConfidence` on `Identity.VerificationReport.Email` and `Identity.VerificationReport.Phone`
15+
* Add support for `DomainCountry`, `EmailExistsConfidence`, `ObservedDomainTenureDays`, `ObservedEmailTenureDays`, and `PhoneMatchConfidence` on `Identity.VerificationReport.Email`
16+
* Add support for `Carrier`, `LineType`, and `ObservedPhoneTenureDays` on `Identity.VerificationReport.Phone`
17+
* Add support for `VerificationMethod` on `PaymentIntent.PaymentMethodOptions.BacsDebit`, `PaymentIntentPaymentMethodOptionsBacsDebitOptions`, `SetupIntent.PaymentMethodOptions.BacsDebit`, and `SetupIntentPaymentMethodOptionsBacsDebitOptions`
18+
* Add support for `AadeData` on `PaymentIntentPaymentMethodOptionsCardPresentOptions`
19+
* Add support for `Canceled` on `PaymentRecordReportPaymentAttemptOptions` and `PaymentRecordReportPaymentOptions`
20+
* Add support for `Recurring` on `SharedPayment.GrantedToken.UsageLimits`, `SharedPayment.IssuedToken.UsageLimits`, `SharedPaymentGrantedTokenUsageLimitsOptions`, and `SharedPaymentIssuedTokenUsageLimitsOptions`
21+
* Add support for `PricingToken` on `SubscriptionUpdateOptions`
22+
* ⚠️ Remove support for `CancelAtPeriodEnd` on `Subscription.PendingUpdate`
23+
324
## 52.5.0-alpha.1 - 2026-08-26
425
* [#3430](https://github.com/stripe/stripe-dotnet/pull/3430) Update generated code for private-preview
526
* Add support for new resource `CustomerTaxExemption`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
52.5.0-alpha.1
1+
52.5.0-alpha.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 = "52.5.0-alpha.1";
5+
public const string Current = "52.5.0-alpha.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 client and portable class library for the Stripe API, supporting .NET Standard 2.0+, .NET Core 3.1+, and .NET Framework 4.6.1+. (Official Library)</Description>
5-
<Version>52.5.0-alpha.1</Version>
5+
<Version>52.5.0-alpha.2</Version>
66
<LangVersion>8</LangVersion>
77
<Authors>Stripe, Jayme Davis</Authors>
88
<!--

0 commit comments

Comments
 (0)