From f2fb32ec6ef82954ea49826c080afcbb616c6b6b Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Tue, 21 Aug 2018 10:42:25 +0200 Subject: [PATCH] Bump version to 17.10.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- appveyor.yml | 2 +- src/Stripe.net/Stripe.net.csproj | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79488b2f73..e576308d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 17.10.0 - 2018-08-21 +* [#1251](https://github.com/stripe/stripe-dotnet/pull/1251) Add support for usage record summaries + ## 17.9.0 - 2018-08-16 * [#1250](https://github.com/stripe/stripe-dotnet/pull/1250) Add `UnitLabel` to `StripeProduct` and fix deserialization of `BillingReason` on `StripeInvoice` diff --git a/VERSION b/VERSION index 297e3ef066..d30bd38d61 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.9.0 +17.10.0 diff --git a/appveyor.yml b/appveyor.yml index 2dafaf0ad3..2e4ccb7568 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 17.9.0.{build} +version: 17.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 1cda787d2c..1ea77253b0 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 - 17.9.0 - 17.9.0 + 17.10.0 + 17.10.0 Stripe, Jayme Davis netstandard1.2;net45 Stripe.net