From 86de61e2681bff146bbe2982f1fc6b375ebff373 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 5 Oct 2023 11:00:39 -0700 Subject: [PATCH] Bump version to 42.8.0 --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- src/Stripe.net/Stripe.net.csproj | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d577cae918..e3e5ca6985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/VERSION b/VERSION index cd4ba8e6fb..58521cc7a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -42.7.0 +42.8.0 diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index f687c796a9..8719a6497a 100644 --- a/src/Stripe.net/Stripe.net.csproj +++ b/src/Stripe.net/Stripe.net.csproj @@ -2,7 +2,7 @@ Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for the Stripe API. (Official Library) - 42.7.0 + 42.8.0 8 Stripe, Jayme Davis net5.0;net6.0;netcoreapp3.1;netstandard2.0;net461