From c5ed4da0e799eef13d303d261aaf53ea01b5a93b Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Tue, 14 May 2019 13:02:16 -0700 Subject: [PATCH] Bump version to 6.36.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccab786ef4..b7502c6d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 6.36.0 - 2019-05-14 +* [#622](https://github.com/stripe/stripe-node/pull/622) Add support for the `Capability` resource and APIs + ## 6.35.0 - 2019-05-14 * [#627](https://github.com/stripe/stripe-node/pull/627) Add `listLineItems` and `listUpcomingLineItems` methods to `Invoice` diff --git a/VERSION b/VERSION index b22907d080..fc510d4f5b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.35.0 +6.36.0 diff --git a/package.json b/package.json index 99a06d3dab..50e1d8fd36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "6.35.0", + "version": "6.36.0", "description": "Stripe API wrapper", "keywords": [ "stripe",