Skip to content

Commit

Permalink
Bump version to 11.14.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Mar 3, 2023
1 parent c8ebb04 commit 7d0238a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.14.0-beta.1
11.14.0-beta.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stripe",
"version": "11.14.0-beta.1",
"version": "11.14.0-beta.2",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit 7d0238a

Please sign in to comment.