Skip to content

Commit

Permalink
:shipit: v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Oct 10, 2017
1 parent 79d4214 commit 2283311
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 11.0.0.{build}
version: 11.1.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>11.0.0</VersionPrefix>
<Version>11.0.0</Version>
<VersionPrefix>11.1.0</VersionPrefix>
<Version>11.1.0</Version>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>netstandard1.2;net45</TargetFrameworks>
<AssemblyName>Stripe.net</AssemblyName>
Expand Down

0 comments on commit 2283311

Please sign in to comment.