From 5b2714a61d82a2663357ae952b0df438bc255393 Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Thu, 30 May 2024 12:39:27 -0700 Subject: [PATCH] Bump version to 44.10.0 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- src/Stripe.net/Stripe.net.csproj | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87895b335..7fde58349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 44.10.0 - 2024-05-30 +* [#2916](https://github.com/stripe/stripe-dotnet/pull/2916) Update generated code + * Add support for `DefaultValue` on `CheckoutSessionCustomFieldsDropdownOptions`, `CheckoutSessionCustomFieldsDropdown`, `CheckoutSessionCustomFieldsNumericOptions`, `CheckoutSessionCustomFieldsNumeric`, `CheckoutSessionCustomFieldsTextOptions`, and `CheckoutSessionCustomFieldsText` + * Add support for `GeneratedFrom` on `ConfirmationTokenPaymentMethodPreviewCard` and `PaymentMethodCard` +* [#2919](https://github.com/stripe/stripe-dotnet/pull/2919) Add missing information for InvoiceTaxAmount + * Add missing information for `TaxableAmount` and `TaxabilityReason` on `InvoiceTaxAmount`. Fixes [#2918](https://github.com/stripe/stripe-dotnet/issues/2918) + ## 44.9.0 - 2024-05-23 * [#2913](https://github.com/stripe/stripe-dotnet/pull/2913) Update generated code * Add support for `ExternalAccountCollection` on `AccountSessionComponentsBalancesFeaturesOptions`, `AccountSessionComponentsBalancesFeatures`, `AccountSessionComponentsPayoutsFeaturesOptions`, and `AccountSessionComponentsPayoutsFeatures` diff --git a/VERSION b/VERSION index 283b6949b..439109a5c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -44.9.0 +44.10.0 diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index 4e77818ff..b98457f80 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) - 44.9.0 + 44.10.0 8 Stripe, Jayme Davis net5.0;net6.0;netcoreapp3.1;netstandard2.0;net461