Skip to content

Commit

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

## 43.0.0 - 2023-10-16
* This release changes the pinned API version to `2023-10-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-10-16) and carefully review the API changes before upgrading `Stripe.net`.
* [#2781](https://github.com/stripe/stripe-dotnet/pull/2781) Update generated code
* Add support for `LegalGuardian` on `AccountRelationshipOptions` and `TokenPersonRelationshipOptions`
* Add support for `AdditionalTosAcceptances` on `TokenPersonOptions`

## 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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
42.10.0
43.0.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.10.0</Version>
<Version>43.0.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 5bdd52c

Please sign in to comment.