Skip to content

Commit

Permalink
Bump version to 46.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed Oct 18, 2024
1 parent b7f6718 commit e1641fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
46.2.0
46.2.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>46.2.0</Version>
<Version>46.2.1</Version>
<LangVersion>8</LangVersion>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0;netcoreapp3.1;netstandard2.0;net461</TargetFrameworks>
Expand Down

0 comments on commit e1641fe

Please sign in to comment.