Skip to content

Commit

Permalink
Bump version to 35.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Mar 24, 2020
1 parent 2d13cf4 commit 33c760e
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

## 35.9.0 - 2020-03-24
* [#1965](https://github.com/stripe/stripe-dotnet/pull/1965) Add support for `PauseCollection` on `Subscription`

## 35.8.0 - 2020-03-23
* [#1964](https://github.com/stripe/stripe-dotnet/pull/1964) Add new capabilities for AU Becs Debit and tax reporting

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
35.8.0
35.9.0
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 35.8.0.{build}
version: 35.9.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>35.8.0</VersionPrefix>
<Version>35.8.0</Version>
<VersionPrefix>35.9.0</VersionPrefix>
<Version>35.9.0</Version>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<AssemblyName>Stripe.net</AssemblyName>
Expand Down

0 comments on commit 33c760e

Please sign in to comment.