diff --git a/CHANGELOG.md b/CHANGELOG.md index b642cf7865..0b50329284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 45.2.0 - 2024-07-05 +* [#2932](https://github.com/stripe/stripe-dotnet/pull/2932) Update generated code + * Add support for `AddLines`, `RemoveLines`, and `UpdateLines` methods on resource `Invoice` + * Add support for `PostedAt` on `Tax.TransactionCreateFromCalculationOptions` and `TaxTransaction` + ## 45.1.0 - 2024-06-27 * [#2931](https://github.com/stripe/stripe-dotnet/pull/2931) Update generated code * Add support for `Filters` on `CheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnections`, `InvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsOptions`, `InvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections`, `PaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsOptions`, `PaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections`, `SetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsOptions`, `SetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections`, `SubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsOptions`, and `SubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections` diff --git a/VERSION b/VERSION index 35748912b9..7cf578ea4e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -45.1.0 +45.2.0 diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index e8b311d7b7..eda869d1f7 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.1.0 + 45.2.0 8 Stripe, Jayme Davis net5.0;net6.0;netcoreapp3.1;netstandard2.0;net461