diff --git a/CHANGELOG.md b/CHANGELOG.md index 48450b895d..78c58c69fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.11.0 - 2022-06-29 +* [#1462](https://github.com/stripe/stripe-node/pull/1462) API Updates + * Add support for `deliver_card`, `fail_card`, `return_card`, and `ship_card` test helper methods on resource `Issuing.Card` + * Change type of `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]` from `literal('card')` to `enum` + * Add support for `hosted_regulatory_receipt_url` on `Treasury.ReceivedCredit` and `Treasury.ReceivedDebit` + ## 9.10.0 - 2022-06-23 * [#1459](https://github.com/stripe/stripe-node/pull/1459) API Updates * Add support for `capture_method` on `PaymentIntentConfirmParams` and `PaymentIntentUpdateParams` diff --git a/VERSION b/VERSION index 68478a595d..ea5a459926 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.10.0 +9.11.0 diff --git a/package.json b/package.json index cb8457a9e5..8b73b4ad09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "9.10.0", + "version": "9.11.0", "description": "Stripe API wrapper", "keywords": [ "stripe",