Skip to content

Commit

Permalink
Bump version to 42.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Oct 11, 2023
1 parent 06c20fe commit c046b82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 42.9.0 - 2023-10-11
* [#2778](https://github.com/stripe/stripe-dotnet/pull/2778) Update generated code
* Add support for `RedirectOnCompletion`, `ReturnUrl`, and `UiMode` on `Checkout.SessionCreateOptions` and `CheckoutSession`
* Add support for `ClientSecret` on `CheckoutSession`
* Add support for `PostalCode` on `IssuingAuthorizationVerificationData`
* Add support for `Offline` on `Terminal.ConfigurationCreateOptions`, `Terminal.ConfigurationUpdateOptions`, and `TerminalConfiguration`

## 42.8.0 - 2023-10-05
* [#2776](https://github.com/stripe/stripe-dotnet/pull/2776) Update generated code
* Add support for new resource `Issuing.Token`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
42.8.0
42.9.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>42.8.0</Version>
<Version>42.9.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 c046b82

Please sign in to comment.