Skip to content

Commit

Permalink
Bump version to 39.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Nov 20, 2020
1 parent 266836c commit f609a82
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 39.27.0 - 2020-11-20
* [#2255](https://github.com/stripe/stripe-dotnet/pull/2255) Add support for `GrabpayPayments` as a capability on `Account`

## 39.26.0 - 2020-11-19
* [#2254](https://github.com/stripe/stripe-dotnet/pull/2254) Add support for mandate_options on SetupIntent.payment_method_options.sepa_debit.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
39.26.0
39.27.0
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 39.26.0.{build}
version: 39.27.0.{build}
image: Visual Studio 2019

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 @@ -4,8 +4,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>39.26.0</VersionPrefix>
<Version>39.26.0</Version>
<VersionPrefix>39.27.0</VersionPrefix>
<Version>39.27.0</Version>
<LangVersion>8</LangVersion>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
Expand Down

0 comments on commit f609a82

Please sign in to comment.