diff --git a/CHANGELOG.md b/CHANGELOG.md index dffe5cd4a0..7a0fbdc00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 6.13.0 - 2018-10-30 +* [#507](https://github.com/stripe/stripe-node/pull/507) Add support for persons +* [#510](https://github.com/stripe/stripe-node/pull/510) Add support for webhook endpoints + ## 6.12.1 - 2018-09-24 * [#502](https://github.com/stripe/stripe-node/pull/502) Fix test suite diff --git a/VERSION b/VERSION index ff61e18689..5917993c09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.12.1 +6.13.0 diff --git a/package.json b/package.json index 07921e0a24..d158d7174f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "6.12.1", + "version": "6.13.0", "description": "Stripe API wrapper", "keywords": [ "stripe",