Skip to content

Commit

Permalink
Bump version to 41.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Mar 30, 2023
1 parent 120cca8 commit 1b4b4e3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
41.11.0
41.12.0
2 changes: 1 addition & 1 deletion src/Stripe.net/Stripe.net.csproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for the Stripe API. (Official Library)</Description>
<Version>41.11.0</Version>
<Version>41.12.0</Version>
<LangVersion>8</LangVersion>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>net5.0;net6.0;netcoreapp3.1;netstandard2.0;net461</TargetFrameworks>
Expand Down

0 comments on commit 1b4b4e3

Please sign in to comment.