Skip to content

Commit

Permalink
Bump version to 43.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Nov 30, 2023
1 parent d1d84a4 commit 95b9cc8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 43.5.0 - 2023-11-30
* [#2801](https://github.com/stripe/stripe-dotnet/pull/2801) Update generated code
* Add support for new resources `Climate.Order`, `Climate.Product`, and `Climate.Supplier`
* Add support for `Cancel`, `Create`, `Get`, `List`, and `Update` methods on resource `Order`
* Add support for `Get` and `List` methods on resources `Product` and `Supplier`
* Add support for `Created` on `Checkout.SessionListOptions`
* Add support for `ValidateLocation` on `CustomerTaxOptions`

## 43.4.0 - 2023-11-21
* [#2797](https://github.com/stripe/stripe-dotnet/pull/2797) Update generated code
* Add support for `ElectronicCommerceIndicator` on `ChargePaymentMethodDetailsCardThreeDSecure` and `SetupAttemptPaymentMethodDetailsCardThreeDSecure`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
43.4.0
43.5.0
2 changes: 1 addition & 1 deletion src/Stripe.net/Stripe.net.csproj
Original file line number Diff line number Diff line change
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>43.4.0</Version>
<Version>43.5.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 95b9cc8

Please sign in to comment.