Skip to content

Commit

Permalink
Bump version to 44.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed May 16, 2024
1 parent 16d845b commit e25e801
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 44.8.0 - 2024-05-16
* [#2909](https://github.com/stripe/stripe-dotnet/pull/2909) Update generated code
* Add support for `FeeSource` on `ApplicationFee`
* Add support for `NetAvailable` on `BalanceInstantAvailable`
* Add support for `PreferredLocales` on `ChargePaymentMethodDetailsCardPresent`, `ConfirmationTokenPaymentMethodPreviewCardPresent`, and `PaymentMethodCardPresent`
* Add support for `Klarna` on `DisputePaymentMethodDetails`
* Add support for `Archived` and `LookupKey` on `Entitlements.FeatureListOptions`
* Add support for `NoValidAuthorization` on `IssuingDisputeEvidenceOptions` and `IssuingDisputeEvidence`
* Add support for `LossReason` on `IssuingDispute`
* Add support for `Routing` on `PaymentIntentPaymentMethodOptionsCardPresentOptions` and `PaymentIntentPaymentMethodOptionsCardPresent`
* Add support for `ApplicationFeeAmount` and `ApplicationFee` on `Payout`
* Add support for `StripeS700` on `Terminal.ConfigurationCreateOptions`, `Terminal.ConfigurationUpdateOptions`, and `TerminalConfiguration`

## 44.7.0 - 2024-05-09
* [#2907](https://github.com/stripe/stripe-dotnet/pull/2907) Update generated code
* Remove support for `PendingInvoiceItemsBehavior` on `SubscriptionCreateOptions` that was prematurely added in the previous release on the same day
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
44.7.0
44.8.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.7.0</Version>
<Version>44.8.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 e25e801

Please sign in to comment.