Skip to content

Commit

Permalink
Bump version to 11.7.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Jan 12, 2023
1 parent 09c7bdc commit e1d9267
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 11.7.0-beta.2 - 2023-01-12
* [#1653](https://github.com/stripe/stripe-node/pull/1653) API Updates for beta branch
* Updated stable APIs to the latest version
* Add support for new resource `Tax.Registration`
* Add support for `create`, `list`, and `update` methods on resource `Registration`
* Add support for `controller` on `AccountCreateParams` and `AccountUpdateParams`
* Add support for `application` and `dashboard` on `Account.controller`
* Change type of `Quote.subscription_data_overrides[].proration_behavior` from `enum('always_invoice'|'create_prorations'|'none')` to `enum('always_invoice'|'create_prorations'|'none') | null`
* Remove support for `timestamp` on `QuoteLine.actions[].add_discount.discount_end`
* Change type of `QuoteLine.actions[].add_discount.discount_end.type` from `literal('timestamp')` to `literal('line_ends_at')`
* Remove support for `index` on `QuoteLine.actions[].add_item.discounts[]`, `QuoteLine.actions[].remove_discount`, `QuoteLine.actions[].set_discounts[]`, `QuoteLine.actions[].set_items[].discounts[]`, `SubscriptionSchedule.phases[].add_invoice_items[].discounts[]`, `SubscriptionSchedule.phases[].discounts[]`, and `SubscriptionSchedule.phases[].items[].discounts[]`
* Change `QuoteLine.actions[].add_discount.index` to be required
* Add support for new values `quote.accepting`, `quote.reestimated`, and `quote.stale` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`

* Change `quote.draft_quote` implementation from hitting `POST /v1/quotes/{quote}/draft` to `POST /v1/quotes/{quote}/mark_draft`

## 11.7.0-beta.1 - 2023-01-05
* [#1648](https://github.com/stripe/stripe-node/pull/1648) 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.7.0-beta.1
11.7.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.7.0-beta.1",
"version": "11.7.0-beta.2",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit e1d9267

Please sign in to comment.