diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c9e637e08..c6d2894ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 46.2.0 - 2024-10-09 +* [#3002](https://github.com/stripe/stripe-dotnet/pull/3002) Add ConfigureAwait calls to async calls that are awaited + * Fixes issue [#2998](https://github.com/stripe/stripe-dotnet/issues/2998) that was introduced in v46 + ## 46.1.0 - 2024-10-03 * [#2995](https://github.com/stripe/stripe-dotnet/pull/2995) Update the class for `ThinEvent` to include `Livemode ` and `Reason` * [#2992](https://github.com/stripe/stripe-dotnet/pull/2992) Remove special case Newtonsoft v12 for .net8.0 diff --git a/VERSION b/VERSION index 65d5565ecc..da4aa7db33 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -46.1.0 +46.2.0 diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index ec8e267773..b85c216456 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) - 46.1.0 + 46.2.0 8 Stripe, Jayme Davis net5.0;net6.0;net7.0;net8.0;netcoreapp3.1;netstandard2.0;net461