Skip to content

Commit

Permalink
Bump version to 44.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Apr 18, 2024
1 parent 66a9163 commit e84b680
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 44.3.0 - 2024-04-18
* [#2894](https://github.com/stripe/stripe-dotnet/pull/2894) Update generated code
* Add support for `CreatePreview` method on resource `Invoice`
* Add support for `PaymentMethodData` on `Checkout.SessionCreateOptions`
* Add support for `SavedPaymentMethodOptions` on `Checkout.SessionCreateOptions` and `CheckoutSession`
* Add support for `Mobilepay` on `CheckoutSessionPaymentMethodOptionsOptions` and `CheckoutSessionPaymentMethodOptions`
* Add support for `AllowRedisplay` on `ConfirmationTokenPaymentMethodDataOptions`, `CustomerListPaymentMethodsOptions`, `PaymentIntentPaymentMethodDataOptions`, `PaymentMethodCreateOptions`, `PaymentMethodUpdateOptions`, and `SetupIntentPaymentMethodDataOptions`
* Add support for `ScheduleDetails` and `SubscriptionDetails` on `InvoiceUpcomingLinesOptions` and `InvoiceUpcomingOptions`

## 44.2.0 - 2024-04-16
* [#2891](https://github.com/stripe/stripe-dotnet/pull/2891) Update generated code
* Add support for new resource `Entitlements.ActiveEntitlementSummary`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
44.2.0
44.3.0
2 changes: 1 addition & 1 deletion src/Stripe.net/Stripe.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for the Stripe API. (Official Library)</Description>
<Version>44.2.0</Version>
<Version>44.3.0</Version>
<LangVersion>8</LangVersion>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>net5.0;net6.0;netcoreapp3.1;netstandard2.0;net461</TargetFrameworks>
Expand Down

0 comments on commit e84b680

Please sign in to comment.