diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f369b870..b18983a71e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/VERSION b/VERSION index 8adde6b728..df37eaf9fb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -43.2.0-beta.1 +43.3.0-beta.1 diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index 9d7c26ef12..2415cea6dc 100644 --- a/src/Stripe.net/Stripe.net.csproj +++ b/src/Stripe.net/Stripe.net.csproj @@ -2,7 +2,7 @@ Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for the Stripe API. (Official Library) - 43.2.0-beta.1 + 43.3.0-beta.1 8 Stripe, Jayme Davis net5.0;net6.0;netcoreapp3.1;netstandard2.0;net461