diff --git a/CHANGELOG.md b/CHANGELOG.md index aca107cd84..4d36ae40a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 19.10.0 - 2018-10-09 +* [#1327](https://github.com/stripe/stripe-dotnet/pull/1327) Add `TransferGroup` to `StripeChargeUpdateOptions` + ## 19.9.2 - 2018-09-28 * [#1297](https://github.com/stripe/stripe-dotnet/pull/1297) Add .NET Standard 2.0 target diff --git a/VERSION b/VERSION index 193ff3d1fa..9da94490f6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.9.2 +19.10.0 diff --git a/appveyor.yml b/appveyor.yml index 04c36093aa..9456ca2cd6 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 19.9.2.{build} +version: 19.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 5f7eb954bd..b2d867f8da 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 - 19.9.2 - 19.9.2 + 19.10.0 + 19.10.0 Stripe, Jayme Davis netstandard1.2;netstandard2.0;net45 Stripe.net