From 1b4b4e30093e414035f3b7c1eff05541fa12ac19 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 30 Mar 2023 13:25:38 -0700 Subject: [PATCH] Bump version to 41.12.0 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- src/Stripe.net/Stripe.net.csproj | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16cac385c..beb0757cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 41.12.0 - 2023-03-30 +* [#2667](https://github.com/stripe/stripe-dotnet/pull/2667) Update generated code + * Remove support for `Create` method on resource `Tax.Transaction` + * This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the `CreateFromCalculation ` method. + * Add support for `ExportLicenseId` and `ExportPurposeCode` on `AccountCompanyOptions`, `AccountCompany`, and `TokenAccountCompanyOptions` + * Add support for `AmountTip` on `TestHelpersTerminalReaderPresentPaymentMethodOptions` +* [#2669](https://github.com/stripe/stripe-dotnet/pull/2669) Update .gitattributes + ## 41.11.0 - 2023-03-23 * [#2661](https://github.com/stripe/stripe-dotnet/pull/2661) Update generated code * Add support for new resources `Tax.CalculationLineItem`, `Tax.Calculation`, `Tax.TransactionLineItem`, and `Tax.Transaction` diff --git a/VERSION b/VERSION index ad27a9103c..bf51223868 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -41.11.0 +41.12.0 diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index 3521515ff1..181755239d 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) - 41.11.0 + 41.12.0 8 Stripe, Jayme Davis net5.0;net6.0;netcoreapp3.1;netstandard2.0;net461