diff --git a/CHANGELOG.md b/CHANGELOG.md index f38f7b611b..4afae1cb2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 10.15.0 - 2022-10-20 +* [#1588](https://github.com/stripe/stripe-node/pull/1588) API Updates + * Add support for new values `jp_trn` and `ke_pin` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Order.tax_details.tax_ids[].type`, and `TaxId.type` + * Add support for new values `jp_trn` and `ke_pin` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `OrderCreateParams.tax_details.tax_ids[].type`, `OrderUpdateParams.tax_details.tax_ids[].type`, and `TaxIdCreateParams.type` + * Add support for `tipping` on `Terminal.Reader.action.process_payment_intent.process_config` and `TerminalReaderProcessPaymentIntentParams.process_config` +* [#1585](https://github.com/stripe/stripe-node/pull/1585) use native UUID method if available + ## 10.14.0 - 2022-10-13 * [#1582](https://github.com/stripe/stripe-node/pull/1582) API Updates * Add support for new values `invalid_representative_country` and `verification_failed_residential_address` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `Capability.future_requirements.errors[].code`, `Capability.requirements.errors[].code`, `Person.future_requirements.errors[].code`, and `Person.requirements.errors[].code` diff --git a/VERSION b/VERSION index 0ca1348de6..f9fb144f9a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.14.0 +10.15.0 diff --git a/package.json b/package.json index 820f2ed8a4..aba97185f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "10.14.0", + "version": "10.15.0", "description": "Stripe API wrapper", "keywords": [ "stripe",