Skip to content

Commit

Permalink
Bump version to 8.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Mar 4, 2020
1 parent fd8269c commit 96eb85d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 8.27.0 - 2020-03-04
* [#829](https://github.com/stripe/stripe-node/pull/829) Multiple API changes
* Add support for `account` as a parameter on `Token` to create Account tokens
* Add support for `verification_data.expiry_check` on Issuing `Authorization`
* Add support for `incorrect_cvc` and `incorrect_expiry` as a value for `request_history.reason` on Issuing `Authorization`

## 8.26.0 - 2020-03-04
* [#828](https://github.com/stripe/stripe-node/pull/828) Multiple API changes
* Add support for `errors` in `requirements` on `Account`, `Capability` and `Person`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.26.0
8.27.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.26.0",
"version": "8.27.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit 96eb85d

Please sign in to comment.