From 2283311ba98a3a1e3b092572762b420cd8585ada Mon Sep 17 00:00:00 2001 From: Brandur Date: Tue, 10 Oct 2017 11:18:53 -0700 Subject: [PATCH] :shipit: v11.1.0 --- CHANGELOG | 6 ++++++ appveyor.yml | 2 +- src/Stripe.net/Stripe.net.csproj | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3eaa0e5ca7..539540cc91 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +11.1.0 2017-10-10 + [#1002] Add access for `StripeResponse` on `StripeException` + [#1005] Add support for updating card source expiration date + [#1008] Use bearer authorization everywhere and by default + [#1021] Add `PreferredLanguage` for Bancontact sources + 11.0.0 2017-10-10 [#1007] Add support for Apple Pay Domain resource [#1018] Add event constants `ChargeRefundUpdated` and `InvoiceUpcoming` diff --git a/appveyor.yml b/appveyor.yml index 3ef49b159c..2d5ae01a8f 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 11.0.0.{build} +version: 11.1.0.{build} image: Visual Studio 2017 environment: diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index b8ed467141..0bc9d2c1d3 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 - 11.0.0 - 11.0.0 + 11.1.0 + 11.1.0 Stripe, Jayme Davis netstandard1.2;net45 Stripe.net