Skip to content

Commit

Permalink
Bump version to 6.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrayalex-stripe committed May 3, 2019
1 parent 6fffb29 commit 3f7b135
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 6.31.2 - 2019-05-03
* [#602](https://github.com/stripe/stripe-node/pull/602) Handle errors from the oauth/token endpoint

## 6.31.1 - 2019-04-26
* [#600](https://github.com/stripe/stripe-node/pull/600) Fix encoding of nested parameters in multipart requests

Expand Down Expand Up @@ -75,7 +78,7 @@
* [#523](https://github.com/stripe/stripe-node/pull/523) Handle `Buffer` instances in `Webhook.constructEvent`

## 6.15.0 - 2018-11-12
* [#474](https://github.com/stripe/stripe-node/pull/474) Add support for `partner_id` in `setAppInfo`
* [#474](https://github.com/stripe/stripe-node/pull/474) Add support for `partner_id` in `setAppInfo`

## 6.14.0 - 2018-11-09
* [#509](https://github.com/stripe/stripe-node/pull/509) Add support for new `Invoice` methods
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.31.1
6.31.2
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": "6.31.1",
"version": "6.31.2",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit 3f7b135

Please sign in to comment.