Skip to content

Commit

Permalink
Bump version to 6.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Apr 24, 2019
1 parent 9993232 commit 4d03a67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 6.31.0 - 2019-04-24
* [#588](https://github.com/stripe/stripe-node/pull/588) Add support for the `TaxRate` resource and APIs

## 6.30.0 - 2019-04-22
* [#589](https://github.com/stripe/stripe-node/pull/589) Add support for the `TaxId` resource and APIs
* [#593](https://github.com/stripe/stripe-node/pull/593) `retrieveUpcoming` on `Invoice` can now take one hash as parameter instead of requiring a customer id.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.30.0
6.31.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": "6.30.0",
"version": "6.31.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit 4d03a67

Please sign in to comment.