diff --git a/CHANGELOG.md b/CHANGELOG.md index 899e5abbb6..9806831e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 45.14.0 - 2024-09-18 +* [#2969](https://github.com/stripe/stripe-dotnet/pull/2969) Update generated code + * Add support for `PayerDetails` on `ChargePaymentMethodDetailsKlarna` + * Add support for `AmazonPay` on `DisputePaymentMethodDetails` + * Add support for `AutomaticallyFinalizesAt` on `Invoice` + * Add support for `StateSalesTax` on `TaxRegistrationCountryOptionsUsOptions` and `TaxRegistrationCountryOptionsUs` + ## 45.13.0 - 2024-09-13 * [#2962](https://github.com/stripe/stripe-dotnet/pull/2962) Update generated code * Add support for new resource `InvoiceRenderingTemplate` diff --git a/VERSION b/VERSION index 4094e9a164..f0f1dc29e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -45.13.0 +45.14.0 diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index 9e556ab971..7a863665ea 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) - 45.13.0 + 45.14.0 8 Stripe, Jayme Davis net5.0;net6.0;netcoreapp3.1;netstandard2.0;net461