Skip to content

Commit 106f78b

Browse files
Bump version to 39.47.0
1 parent 204bc3e commit 106f78b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
## 39.47.0 - 2021-05-05
4+
* [#2314](https://github.com/stripe/stripe-dotnet/pull/2314) API Updates
5+
* Add support for `payment_intent` on `Radar.EarlyFraudWarning`
6+
37
## 39.46.0 - 2021-05-05
48
* [#2312](https://github.com/stripe/stripe-dotnet/pull/2312) API Updates
59
* Add support for `card_present` on `PaymentIntentPaymentMethodOptionsOptions`, and `PaymentIntentMethodOptions`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
39.46.0
1+
39.47.0

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 39.46.0.{build}
1+
version: 39.47.0.{build}
22
image: Visual Studio 2019
33

44
environment:

src/Stripe.net/Stripe.net.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<PropertyGroup>
55
<Description>Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for the Stripe API. (Official Library)</Description>
66
<AssemblyTitle>Stripe.net</AssemblyTitle>
7-
<VersionPrefix>39.46.0</VersionPrefix>
8-
<Version>39.46.0</Version>
7+
<VersionPrefix>39.47.0</VersionPrefix>
8+
<Version>39.47.0</Version>
99
<LangVersion>8</LangVersion>
1010
<Authors>Stripe, Jayme Davis</Authors>
1111
<TargetFrameworks>net5.0;netstandard2.0;net461</TargetFrameworks>

0 commit comments

Comments
 (0)