Skip to content

Commit

Permalink
Bump version to 8.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Feb 12, 2020
1 parent faa13f5 commit 7ec9031
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 8.16.0 - 2020-02-12
* [#803](https://github.com/stripe/stripe-node/pull/803) Multiple API changes reflect in Typescript definitions
* Add `fpx` as a valid `source_type` on `Balance`, `Payout` and `Transfer`
* Add `fpx` support on Checkout `Session`
* Fields inside `verification_data` on Issuing `Authorization` are now enums
* Support updating `payment_method_options` on `PaymentIntent` and `SetupIntent`

## 8.15.0 - 2020-02-10
* [#801](https://github.com/stripe/stripe-node/pull/801) Multiple API changes
* Add support for new `type` values for `TaxId`.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.15.0
8.16.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.15.0",
"version": "8.16.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit 7ec9031

Please sign in to comment.