From 165f43fe546127ffd980877513a283b1a70a03b9 Mon Sep 17 00:00:00 2001 From: Yejia Chen Date: Thu, 9 Dec 2021 15:41:21 -0500 Subject: [PATCH] Bump version to 8.193.0 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532bc7be3b..3a276d2d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 8.193.0 - 2021-12-09 +* [#1308](https://github.com/stripe/stripe-node/pull/1308) API Updates + * Add support for `metadata` on `BillingPortalConfigurationCreateParams`, `BillingPortalConfigurationUpdateParams`, and `BillingPortal.Configuration` + ## 8.192.0 - 2021-12-09 * [#1307](https://github.com/stripe/stripe-node/pull/1307) API Updates * Add support for new values `ge_vat` and `ua_vat` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, and `TaxId.type` diff --git a/VERSION b/VERSION index 957010f5fe..7e87385abe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.192.0 +8.193.0 diff --git a/package.json b/package.json index d78c4a66a4..a2a1b647b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "8.192.0", + "version": "8.193.0", "description": "Stripe API wrapper", "keywords": [ "stripe",