Skip to content

Commit

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

## 42.10.0 - 2023-10-16
* [#2780](https://github.com/stripe/stripe-dotnet/pull/2780) Update generated code
* Add support for `issuing_token.created` and `issuing_token.updated` event types.

## 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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
42.9.0
42.10.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.9.0</Version>
<Version>42.10.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 a3c8fa2

Please sign in to comment.