diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bf7782c..1c9e637e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 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 +* [#2993](https://github.com/stripe/stripe-dotnet/pull/2993) Update generated code + * Remove the support for resource `Margin` that was accidentally made public in the last release + ## 46.0.0 - 2024-10-01 * [#2980](https://github.com/stripe/stripe-dotnet/pull/2980) Support for APIs in the new API version 2024-09-30.acacia diff --git a/VERSION b/VERSION index 783c5bb1c..65d5565ec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -46.0.0 +46.1.0 diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index 89bd360a4..ec8e26777 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.0.0 + 46.1.0 8 Stripe, Jayme Davis net5.0;net6.0;net7.0;net8.0;netcoreapp3.1;netstandard2.0;net461