Skip to content

Commit e1641fe

Browse files
committed
Bump version to 46.2.1
1 parent b7f6718 commit e1641fe

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 46.2.1 - 2024-10-18
4+
* [#3008](https://github.com/stripe/stripe-dotnet/pull/3008) update object tags for meter-related classes
5+
6+
- fixes a bug where the `object` property of the `MeterEvent`, `MeterEventAdjustment`, and `MeterEventSession` didn't match the server.
7+
* [#3007](https://github.com/stripe/stripe-dotnet/pull/3007) Fixes ApiRequestorAdapter requests with BaseAddress other than Api
8+
- fixes bug where OAuthTokenService created without an explicit StripeClient accesses the wrong base url
9+
10+
* [#3003](https://github.com/stripe/stripe-dotnet/pull/3003) Cleaned up examples and added documentation
11+
312
## 46.2.0 - 2024-10-09
413
* [#3002](https://github.com/stripe/stripe-dotnet/pull/3002) Add ConfigureAwait calls to async calls that are awaited
514
* Fixes issue [#2998](https://github.com/stripe/stripe-dotnet/issues/2998) that was introduced in v46

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
46.2.0
1+
46.2.1

src/Stripe.net/Stripe.net.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for the Stripe API. (Official Library)</Description>
5-
<Version>46.2.0</Version>
5+
<Version>46.2.1</Version>
66
<LangVersion>8</LangVersion>
77
<Authors>Stripe, Jayme Davis</Authors>
88
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0;netcoreapp3.1;netstandard2.0;net461</TargetFrameworks>

0 commit comments

Comments
 (0)