diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d2894ff8..3192eb9841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 46.2.1 - 2024-10-18 +* [#3008](https://github.com/stripe/stripe-dotnet/pull/3008) update object tags for meter-related classes + + - fixes a bug where the `object` property of the `MeterEvent`, `MeterEventAdjustment`, and `MeterEventSession` didn't match the server. +* [#3007](https://github.com/stripe/stripe-dotnet/pull/3007) Fixes ApiRequestorAdapter requests with BaseAddress other than Api + - fixes bug where OAuthTokenService created without an explicit StripeClient accesses the wrong base url + +* [#3003](https://github.com/stripe/stripe-dotnet/pull/3003) Cleaned up examples and added documentation + ## 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 diff --git a/VERSION b/VERSION index da4aa7db33..20ee691a42 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -46.2.0 +46.2.1 diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index b85c216456..44ef91524d 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.2.0 + 46.2.1 8 Stripe, Jayme Davis net5.0;net6.0;net7.0;net8.0;netcoreapp3.1;netstandard2.0;net461