Skip to content

Commit

Permalink
Bump version to 8.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed May 28, 2020
1 parent f05b159 commit ce18ad9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.55.0
8.56.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stripe",
"version": "8.55.0",
"version": "8.56.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit ce18ad9

Please sign in to comment.