Skip to content

Commit 685054d

Browse files
committed
Bump version to 22.6.0
1 parent 578bc14 commit 685054d

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+
## 22.6.0 - 2019-01-17
4+
* [#1475](https://github.com/stripe/stripe-dotnet/pull/1475) Add `OperatorAccount` to Terminal options
5+
* [#1476](https://github.com/stripe/stripe-dotnet/pull/1476) Added `receipt_url` property to `Charge`
6+
* [#1477](https://github.com/stripe/stripe-dotnet/pull/1477) Added `paid_out_of_band` to `Invoice`
7+
38
## 22.5.0 - 2019-01-17
49
* [#1471](https://github.com/stripe/stripe-dotnet/pull/1471) Add support for `custom_fields` and `footer` on `Invoice`
510
* [#1472](https://github.com/stripe/stripe-dotnet/pull/1472) Add support for billing thresholds

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.5.0
1+
22.6.0

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 22.5.0.{build}
1+
version: 22.6.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
@@ -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>22.5.0</VersionPrefix>
8-
<Version>22.5.0</Version>
7+
<VersionPrefix>22.6.0</VersionPrefix>
8+
<Version>22.6.0</Version>
99
<Authors>Stripe, Jayme Davis</Authors>
1010
<TargetFrameworks>netstandard1.2;netstandard2.0;net45</TargetFrameworks>
1111
<AssemblyName>Stripe.net</AssemblyName>

0 commit comments

Comments
 (0)