From 13dcbf9b8a5b807b150c3369fc2bdf6e6228228c Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Mon, 8 Feb 2021 22:22:05 -0500 Subject: [PATCH] Bump version to 8.135.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c25e216d95..f27cbc3c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 8.135.0 - 2021-02-08 +* [#1119](https://github.com/stripe/stripe-node/pull/1119) API Updates + * Add support for `afterpay_clearpay_payments` on `Account.capabilities` + * Add support for `payment_settings` on `Invoice` + ## 8.134.0 - 2021-02-05 * [#1118](https://github.com/stripe/stripe-node/pull/1118) API Updates * `LineItem.amount_subtotal` and `LineItem.amount_total` changed from `nullable(integer)` to `integer` diff --git a/VERSION b/VERSION index 7acc95dd20..26b3c40d7f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.134.0 +8.135.0 diff --git a/package.json b/package.json index 89610fc261..f38a43f8ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "8.134.0", + "version": "8.135.0", "description": "Stripe API wrapper", "keywords": [ "stripe",