Skip to content

Commit

Permalink
Bump version to 16.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Jun 13, 2018
1 parent ffc22df commit fe5e756
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 16.10.0 - 2018-06-13
* [#1205](https://github.com/stripe/stripe-dotnet/pull/1205) Add `Action` to `StripeUsageRecordCreateOptions`

## 16.9.0 - 2018-06-12
* [#1201](https://github.com/stripe/stripe-dotnet/pull/1201) Add support for `document_back` on account objects and creation/update requests

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.9.0
16.10.0
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 16.9.0.{build}
version: 16.10.0.{build}
image: Visual Studio 2017

environment:
Expand Down
4 changes: 2 additions & 2 deletions src/Stripe.net/Stripe.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<Description>Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library)</Description>
<AssemblyTitle>Stripe.net</AssemblyTitle>
<VersionPrefix>16.9.0</VersionPrefix>
<Version>16.9.0</Version>
<VersionPrefix>16.10.0</VersionPrefix>
<Version>16.10.0</Version>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>netstandard1.2;net45</TargetFrameworks>
<AssemblyName>Stripe.net</AssemblyName>
Expand Down

0 comments on commit fe5e756

Please sign in to comment.