Skip to content

Commit

Permalink
Bump version to 42.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Oct 5, 2023
1 parent 6f5c3f7 commit 86de61e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 42.8.0 - 2023-10-05
* [#2776](https://github.com/stripe/stripe-dotnet/pull/2776) Update generated code
* Add support for new resource `Issuing.Token`
* Add support for `Get`, `List`, and `Update` methods on resource `Token`
* Add support for `AmountAuthorized`, `ExtendedAuthorization`, `IncrementalAuthorization`, `Multicapture`, and `Overcapture` on `ChargePaymentMethodDetailsCard`
* Add support for `Token` on `IssuingAuthorization` and `IssuingTransaction`
* Add support for `AuthorizationCode` on `IssuingAuthorizationRequestHistory`
* Add support for `RequestExtendedAuthorization`, `RequestMulticapture`, and `RequestOvercapture` on `PaymentIntentPaymentMethodOptionsCardOptions` and `PaymentIntentPaymentMethodOptionsCard`
* Add support for `RequestIncrementalAuthorization` on `PaymentIntentPaymentMethodOptionsCardOptions`, `PaymentIntentPaymentMethodOptionsCardPresentOptions`, and `PaymentIntentPaymentMethodOptionsCard`
* Add support for `FinalCapture` on `PaymentIntentCaptureOptions`
* Add support for `Metadata` on `PaymentLinkPaymentIntentDataOptions`, `PaymentLinkPaymentIntentData`, `PaymentLinkSubscriptionDataOptions`, and `PaymentLinkSubscriptionData`
* Add support for `StatementDescriptorSuffix` and `StatementDescriptor` on `PaymentLinkPaymentIntentDataOptions` and `PaymentLinkPaymentIntentData`
* Add support for `PaymentIntentData` and `SubscriptionData` on `PaymentLinkUpdateOptions`

## 42.7.0 - 2023-09-28
* [#2772](https://github.com/stripe/stripe-dotnet/pull/2772) Update generated code
* Add support for `Rendering` on `InvoiceCreateOptions`, `InvoiceUpdateOptions`, and `Invoice`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
42.7.0
42.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>42.7.0</Version>
<Version>42.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 86de61e

Please sign in to comment.