Skip to content

Commit

Permalink
Bump version to 8.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Feb 4, 2020
1 parent 96a9cd0 commit ca2de47
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.13.0 - 2020-02-03
* [#792](https://github.com/stripe/stripe-node/pull/792) Multiple API changes
* Add new `purpose` for `File`: `additional_verification`
* Add `error_on_requires_action` as a parameter for `PaymentIntent` creation and confirmation

## 8.12.0 - 2020-01-31
* [#790](https://github.com/stripe/stripe-node/pull/790) Add new type of `TaxId`

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.12.0
8.13.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.12.0",
"version": "8.13.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit ca2de47

Please sign in to comment.