Skip to content

Commit

Permalink
:shipit: v11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Oct 10, 2017
1 parent ed5994f commit 61952d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
11.2.0 2017-10-10
[#986] Add support for shipping on customer create and update
[#997] Add support for the Ephmeral Key API resource

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
[#1007] Add support for Apple Pay Domain API resource
[#1018] Add event constants `ChargeRefundUpdated` and `InvoiceUpcoming`
[#1019] Add `StripeChargeCaptureOptions` and use it for charge capture
[#1022] Add support for SKUs
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.1.0.{build}
version: 11.2.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.1.0</VersionPrefix>
<Version>11.1.0</Version>
<VersionPrefix>11.2.0</VersionPrefix>
<Version>11.2.0</Version>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>netstandard1.2;net45</TargetFrameworks>
<AssemblyName>Stripe.net</AssemblyName>
Expand Down

0 comments on commit 61952d4

Please sign in to comment.