Skip to content

Commit

Permalink
Bump version to 35.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Mar 24, 2020
1 parent 3de4e06 commit 0b412c7
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.8.0 - 2020-03-23
* [#1964](https://github.com/stripe/stripe-dotnet/pull/1964) Add new capabilities for AU Becs Debit and tax reporting

## 35.7.1 - 2020-03-23
* [#1963](https://github.com/stripe/stripe-dotnet/pull/1963) Support RequestedAt being nullable
* This is technically a breaking change, but we're releasing as a patch version as the non-nullable type made it impossible to deserialize `Capability` objects in many cases.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
35.7.1
35.8.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.7.1.{build}
version: 35.8.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.7.1</VersionPrefix>
<Version>35.7.1</Version>
<VersionPrefix>35.8.0</VersionPrefix>
<Version>35.8.0</Version>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<AssemblyName>Stripe.net</AssemblyName>
Expand Down

0 comments on commit 0b412c7

Please sign in to comment.