Skip to content

Commit 30d8385

Browse files
committed
Bump version to 21.0.0
1 parent a9d958b commit 30d8385

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

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

3+
## 21.0.0 - 2018-11-08
4+
* [#1343](https://github.com/stripe/stripe-dotnet/pull/1343) Add new API endpoints for the `Invoice` resource.
5+
* [#1373](https://github.com/stripe/stripe-dotnet/pull/1373) Add support for `flat_amount` on `Plan`.
6+
* [#1372](https://github.com/stripe/stripe-dotnet/pull/1372) Support new properties and parameters for PaymentIntent: #1372
7+
38
## 20.4.1 - 2018-11-08
49
* [#1377](https://github.com/stripe/stripe-dotnet/pull/1377) Fix an issue where dictionary keys (such as `Metadata` keys) weren't URL-encoded
510

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.4.1
1+
21.0.0

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 20.4.1.{build}
1+
version: 21.0.0.{build}
22
image: Visual Studio 2017
33

44
environment:

src/Stripe.net/Stripe.net.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<Description>Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library)</Description>
55
<AssemblyTitle>Stripe.net</AssemblyTitle>
6-
<VersionPrefix>20.4.1</VersionPrefix>
7-
<Version>20.4.1</Version>
6+
<VersionPrefix>21.0.0</VersionPrefix>
7+
<Version>21.0.0</Version>
88
<Authors>Stripe, Jayme Davis</Authors>
99
<TargetFrameworks>netstandard1.2;netstandard2.0;net45</TargetFrameworks>
1010
<AssemblyName>Stripe.net</AssemblyName>

0 commit comments

Comments
 (0)