Skip to content

Commit de6652f

Browse files
committed
Bump version to 8.203.0
1 parent 170591e commit de6652f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 8.203.0 - 2022-02-15
4+
* [#1350](https://github.com/stripe/stripe-node/pull/1350) API Updates
5+
* Add support for `verify_microdeposits` method on resources `PaymentIntent` and `SetupIntent`
6+
* Add support for new value `grabpay` on enums `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Invoice.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, `SubscriptionUpdateParams.payment_settings.payment_method_types[]`, and `Subscription.payment_settings.payment_method_types[]`
7+
* [#1348](https://github.com/stripe/stripe-node/pull/1348) API Updates
8+
* Add support for `pin` on `IssuingCardUpdateParams`
9+
310
## 8.202.0 - 2022-02-03
411
* [#1344](https://github.com/stripe/stripe-node/pull/1344) API Updates
512
* Add support for new value `au_becs_debit` on enum `CheckoutSessionCreateParams.payment_method_types[]`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.202.0
1+
8.203.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stripe",
3-
"version": "8.202.0",
3+
"version": "8.203.0",
44
"description": "Stripe API wrapper",
55
"keywords": [
66
"stripe",

0 commit comments

Comments
 (0)