diff --git a/CHANGELOG.md b/CHANGELOG.md index d5fcdfd6fd..7f8d3bf817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index bda6c1083f..3027af39c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.9.0 +16.10.0 diff --git a/appveyor.yml b/appveyor.yml index 0ca984b953..271b4a1032 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 16.9.0.{build} +version: 16.10.0.{build} image: Visual Studio 2017 environment: diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index df8daa5d82..1806af1b48 100755 --- a/src/Stripe.net/Stripe.net.csproj +++ b/src/Stripe.net/Stripe.net.csproj @@ -3,8 +3,8 @@ Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library) Stripe.net - 16.9.0 - 16.9.0 + 16.10.0 + 16.10.0 Stripe, Jayme Davis netstandard1.2;net45 Stripe.net