diff --git a/CHANGELOG.md b/CHANGELOG.md index f15357c639..a480732ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 11.14.0-beta.2 - 2023-03-03 +* [#1698](https://github.com/stripe/stripe-node/pull/1698) API Updates for beta branch + * Updated stable APIs to the latest version + * Add support for `update_behavior` on `Subscription.prebilling`, `SubscriptionCreateParams.prebilling`, `SubscriptionSchedule.prebilling`, `SubscriptionScheduleCreateParams.prebilling`, `SubscriptionScheduleUpdateParams.prebilling`, and `SubscriptionUpdateParams.prebilling` + * Add support for `prebilling` on `SubscriptionScheduleAmendParams` + * Add support for `taxability_override` on `Tax.Calculation.customer_details`, `Tax.Transaction.customer_details`, and `TaxCalculationCreateParams.customer_details` + * Add support for `tax_summary` on `Tax.Calculation` + * Remove support for `tax_breakdown` on `Tax.Calculation` + ## 11.14.0-beta.1 - 2023-03-02 * [#1697](https://github.com/stripe/stripe-node/pull/1697) API Updates for beta branch * Updated stable APIs to the latest version diff --git a/VERSION b/VERSION index 0368eae9ab..082fef8d3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.14.0-beta.1 +11.14.0-beta.2 diff --git a/package.json b/package.json index d502f488d3..25068fcd51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "11.14.0-beta.1", + "version": "11.14.0-beta.2", "description": "Stripe API wrapper", "keywords": [ "stripe",