Skip to content

Commit 7edcd68

Browse files
committed
Bump version to 47.1.0-beta.1
1 parent fa72b3b commit 7edcd68

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## 47.1.0-beta.1 - 2024-10-29
4+
* [#3018](https://github.com/stripe/stripe-dotnet/pull/3018) Update generated code for beta
5+
* Add support for `TriggerAction` method on resource `PaymentIntent`
6+
* Add support for `IdBankTransferPaymentsBca` and `IdBankTransferPayments` on `AccountCapabilitiesOptions` and `AccountCapabilities`
7+
* Add support for `BankBcaOnboarding` on `AccountSettingsOptions` and `AccountSettings`
8+
* Add support for `SendMoney` on `AccountSessionComponentsRecipientsFeaturesOptions`
9+
* Add support for `IdBankTransfer` on `ChargePaymentMethodDetails`, `ConfirmationTokenPaymentMethodDataOptions`, `ConfirmationTokenPaymentMethodPreview`, `InvoicePaymentSettingsPaymentMethodOptionsOptions`, `InvoicePaymentSettingsPaymentMethodOptions`, `PaymentIntentPaymentMethodDataOptions`, `PaymentIntentPaymentMethodOptionsOptions`, `PaymentIntentPaymentMethodOptions`, `PaymentMethodConfigurationCreateOptions`, `PaymentMethodConfigurationUpdateOptions`, `PaymentMethodConfiguration`, `PaymentMethodCreateOptions`, `PaymentMethod`, `RefundDestinationDetails`, `SetupAttemptPaymentMethodDetails`, `SetupIntentPaymentMethodDataOptions`, `SubscriptionPaymentSettingsPaymentMethodOptionsOptions`, and `SubscriptionPaymentSettingsPaymentMethodOptions`
10+
* Add support for `Gopay`, `Qris`, and `Shopeepay` on `PaymentMethodConfigurationCreateOptions`, `PaymentMethodConfigurationUpdateOptions`, and `PaymentMethodConfiguration`
11+
* [#3011](https://github.com/stripe/stripe-dotnet/pull/3011) Do not allow setting API Version directly on StripeConfiguration
12+
* `StripeConfiguration.ApiVersion` is no longer settable. If you were using this to set the beta headers, use the helper method `StripeConfiguration.AddBetaVersion()` instead.
13+
14+
315
## 47.0.0 - 2024-10-29
416
* [#2997](https://github.com/stripe/stripe-dotnet/pull/2997) This release changes the pinned API version to `2024-10-28.acacia`."
517
* Add support for new resource `V2.EventDestinations`

VERSION

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

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.0.0";
5+
public const string Current = "47.1.0-beta.1";
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>46.3.0-beta.1</Version>
5+
<Version>47.1.0-beta.1</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)