Skip to content

Commit

Permalink
Bump version to 43.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Nov 10, 2023
1 parent 33b66a5 commit 1476d47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 43.3.0-beta.1 - 2023-11-10
* [#2792](https://github.com/stripe/stripe-dotnet/pull/2792) Update generated code for beta
* Add support for `Metadata` on `QuotePhase` and `QuotePhasesOptions`
* Add support for `LastReestimationDetails` on `QuoteComputed`

## 43.2.0 - 2023-11-09
* [#2793](https://github.com/stripe/stripe-dotnet/pull/2793) Update generated code
* Add support for `Metadata` on `QuoteSubscriptionDataOptions` and `QuoteSubscriptionData`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
43.2.0-beta.1
43.3.0-beta.1
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.2.0-beta.1</Version>
<Version>43.3.0-beta.1</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 1476d47

Please sign in to comment.