Skip to content

Commit 9ff3125

Browse files
committed
Bump version to 37.13.0
1 parent a72930e commit 9ff3125

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## 37.13.0 - 2020-06-23
4+
* [#2086](https://github.com/stripe/stripe-dotnet/pull/2086) Add support for `Discounts` on `LineItem`
5+
* [#2087](https://github.com/stripe/stripe-dotnet/pull/2087) Add support for `ShippingDelay` on `Source` for Klarna
6+
* [#2088](https://github.com/stripe/stripe-dotnet/pull/2088) Add missing values in `FilePurpose`
7+
* [#2085](https://github.com/stripe/stripe-dotnet/pull/2085) Fixed typo in `SessionSubscriptionDataOptions`
8+
39
## 37.12.0 - 2020-06-22
410
* [#2083](https://github.com/stripe/stripe-dotnet/pull/2083) Add `SubscriptionStartDate` to the Upcoming Invoice API
511
* [#2082](https://github.com/stripe/stripe-dotnet/pull/2082) Add support for `Price` on Upcoming Invoice API

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
37.12.0
1+
37.13.0

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 37.12.0.{build}
1+
version: 37.13.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.5+ client, and a portable class library for the Stripe API. (Official Library)</Description>
66
<AssemblyTitle>Stripe.net</AssemblyTitle>
7-
<VersionPrefix>37.12.0</VersionPrefix>
8-
<Version>37.12.0</Version>
7+
<VersionPrefix>37.13.0</VersionPrefix>
8+
<Version>37.13.0</Version>
99
<LangVersion>8</LangVersion>
1010
<Authors>Stripe, Jayme Davis</Authors>
1111
<TargetFrameworks>netstandard2.0;net461;net45</TargetFrameworks>

0 commit comments

Comments
 (0)