From 2c21ded5eadd9b4dd6d16afcf99c3173c45855d8 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 23 Feb 2023 15:21:13 -0800 Subject: [PATCH 1/2] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329ecbfde0..ec7b52fb53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ * Add support for new value `BE` on enums `Checkout.Session.payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country`, `Invoice.payment_settings.payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country`, `PaymentIntent.payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country`, and `Subscription.payment_settings.payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country` * Add support for new values `cs-CZ`, `el-GR`, `en-CZ`, and `en-GR` on enums `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale` * [#1660](https://github.com/stripe/stripe-node/pull/1660) Introduce separate entry point for worker environments + * This is a breaking change that explicitly defines package entry points and was mistakenly released in a minor version. If your application previously imported other internal files from stripe and this change breaks it, please open an issue detailing your use-case and we will prioritize fixing it. ## 11.7.0 - 2023-01-19 * [#1661](https://github.com/stripe/stripe-node/pull/1661) API Updates From 53062b112dc56d1fde320f240f782fcfaa3eff07 Mon Sep 17 00:00:00 2001 From: anniel-stripe <97691964+anniel-stripe@users.noreply.github.com> Date: Thu, 23 Feb 2023 15:26:05 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Richard Marmorstein <52928443+richardm-stripe@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7b52fb53..cc5c365700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,7 +47,7 @@ * Add support for new value `BE` on enums `Checkout.Session.payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country`, `Invoice.payment_settings.payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country`, `PaymentIntent.payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country`, and `Subscription.payment_settings.payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country` * Add support for new values `cs-CZ`, `el-GR`, `en-CZ`, and `en-GR` on enums `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale` * [#1660](https://github.com/stripe/stripe-node/pull/1660) Introduce separate entry point for worker environments - * This is a breaking change that explicitly defines package entry points and was mistakenly released in a minor version. If your application previously imported other internal files from stripe and this change breaks it, please open an issue detailing your use-case and we will prioritize fixing it. + * This is technically a breaking change that explicitly defines package entry points and was mistakenly released in a minor version. If your application previously imported other internal files from stripe-node and this change breaks it, please open an issue detailing your use case. ## 11.7.0 - 2023-01-19 * [#1661](https://github.com/stripe/stripe-node/pull/1661) API Updates