From c26063254c609f4ea73cc98f9871e31f354b0fb1 Mon Sep 17 00:00:00 2001 From: Brandur Date: Tue, 10 Oct 2017 10:49:52 -0700 Subject: [PATCH] :shipit: v11.0.0 --- CHANGELOG | 6 ++++++ appveyor.yml | 2 +- src/Stripe.net/Stripe.net.csproj | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000000..efaf1d9003 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,6 @@ +11.0.0 2017-10-10 + [#1007] Add support for Apple Pay Domain resource + [#1018] Add event constants `ChargeRefundUpdated` and `InvoiceUpcoming` + [#1019] Add `StripeChargeCaptureOptions` and use it for charge capture + [#1022] Add support for SKUs + [#1025] Add `Discountable` for `StripeInvoiceLineItem` diff --git a/appveyor.yml b/appveyor.yml index ecbdfdadec..3ef49b159c 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 10.4.0.{build} +version: 11.0.0.{build} image: Visual Studio 2017 environment: diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index 12b838a110..b8ed467141 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 - 10.4.0 - 10.4.0 + 11.0.0 + 11.0.0 Stripe, Jayme Davis netstandard1.2;net45 Stripe.net