diff --git a/CHANGELOG.md b/CHANGELOG.md index 469f53d4ef..e129dd439d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 8.63.0 - 2020-06-11 +* [#919](https://github.com/stripe/stripe-node/pull/919) Multiple API changes + * Add `transaction` on Issuing `Dispute` + * Add `payment_method_details[acss_debit][mandate]` on `Charge` + ## 8.62.0 - 2020-06-10 * [#918](https://github.com/stripe/stripe-node/pull/918) Add support for Cartes Bancaires payments on `PaymentIntent` and `Pay… diff --git a/VERSION b/VERSION index 38c47904a6..661bb99fdf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.62.0 +8.63.0 diff --git a/package.json b/package.json index ca8388a04e..18887f85f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "8.62.0", + "version": "8.63.0", "description": "Stripe API wrapper", "keywords": [ "stripe",