From ce18ad96c52159403f813809bf05cc4ba8f094f7 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Thu, 28 May 2020 09:58:33 -0700 Subject: [PATCH] Bump version to 8.56.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcaa8cd6ac..2708e6d568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 8.56.0 - 2020-05-28 +* [#904](https://github.com/stripe/stripe-node/pull/904) Multiple API changes + * Add `payment_method_details[card][three_d_secure][authentication_flow]` on `Charge` + * Add `line_items[][price_data][product_data]` on Checkout `Session` creation + ## 8.55.0 - 2020-05-22 * [#899](https://github.com/stripe/stripe-node/pull/899) Multiple API changes * Add support for `ae_trn`, `cl_tin` and `sa_vat` as `type` on `TaxId` diff --git a/VERSION b/VERSION index 680aa63c75..a1846656fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.55.0 +8.56.0 diff --git a/package.json b/package.json index 57755b3186..b3c461ea0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "8.55.0", + "version": "8.56.0", "description": "Stripe API wrapper", "keywords": [ "stripe",