From 24745a4c7756928072c35c9285109376002dbebd Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Wed, 22 May 2019 10:12:22 -0700 Subject: [PATCH] Bump version to 25.19.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- appveyor.yml | 2 +- src/Stripe.net/Stripe.net.csproj | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 283bfc10b4..d3dc2dcbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 25.19.1 - 2019-05-22 +* [#1624](https://github.com/stripe/stripe-dotnet/pull/1624) Update comment for `TaxId.Type` with new possible types + ## 25.19.0 - 2019-05-16 * [#1617](https://github.com/stripe/stripe-dotnet/pull/1617) Add `OffSession` parameter to `PaymentIntent` * [#1618](https://github.com/stripe/stripe-dotnet/pull/1618) Add support for kana and kanji variations of statement descriptors diff --git a/VERSION b/VERSION index 65d73d9a88..daf4d7a77e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -25.19.0 +25.19.1 diff --git a/appveyor.yml b/appveyor.yml index 291257d1d0..5252f5766a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 25.19.0.{build} +version: 25.19.1.{build} image: Visual Studio 2017 environment: diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index 72deacc30a..74196c49ad 100644 --- a/src/Stripe.net/Stripe.net.csproj +++ b/src/Stripe.net/Stripe.net.csproj @@ -4,8 +4,8 @@ Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library) Stripe.net - 25.19.0 - 25.19.0 + 25.19.1 + 25.19.1 Stripe, Jayme Davis netstandard1.2;netstandard2.0;net45 Stripe.net