Skip to content

Commit

Permalink
Bump version to 23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Feb 13, 2019
1 parent 8c4e143 commit d93be8a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 23.0.0 - 2019-02-12
* [#1469](https://github.com/stripe/stripe-dotnet/pull/1469) Add support for `transfer_data[destination]` on `Subscription`.
* [#1501](https://github.com/stripe/stripe-dotnet/pull/1501) Add support for API version `2019-02-11` with changes to Payment Intents
* The library is now pinned to API version `2019-02-11`.
* `PaymentIntentSourceAction`, `PaymentIntentSourceActionValueAuthorizeWithUrl` and `NextSourceAction` are now replaced by `PaymentIntentNextAction`, `PaymentIntentNextActionRedirectToUrl` and `NextAction` instead.
* `AllowedSourceTypes` is now replaced by `PaymentMethodTypes` instead.

## 22.9.0 - 2019-02-12
* [#1491](https://github.com/stripe/stripe-dotnet/pull/1491) Add support for `SubscriptionSchedule` and `SubscriptionScheduleRevision`. Also add support for `InvoiceSettings` on `Customer
* [#1512](https://github.com/stripe/stripe-dotnet/pull/1512) Add support for `TransferData.Amount` on `Charge`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.9.0
23.0.0
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 22.9.0.{build}
version: 23.0.0.{build}
image: Visual Studio 2017

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>22.9.0</VersionPrefix>
<Version>22.9.0</Version>
<VersionPrefix>23.0.0</VersionPrefix>
<Version>23.0.0</Version>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>netstandard1.2;netstandard2.0;net45</TargetFrameworks>
<AssemblyName>Stripe.net</AssemblyName>
Expand Down

0 comments on commit d93be8a

Please sign in to comment.