Skip to content

Commit

Permalink
Bump version to 11.12.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Feb 16, 2023
1 parent af9dbde commit e9db6f1
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.12.0-beta.1 - 2023-02-16
* [#1686](https://github.com/stripe/stripe-node/pull/1686) API Updates for beta branch
* Updated stable APIs to the latest version
* Change type of `Quote.status_details.canceled` from `QuotesResourceStatusDetailsCanceledStatusDetails | null` to `QuotesResourceStatusDetailsCanceledStatusDetails`
* Change type of `Quote.status_details.stale` from `QuotesResourceStatusDetailsStaleStatusDetails | null` to `QuotesResourceStatusDetailsStaleStatusDetails`
* Change `Quote.status_details.canceled` and `Quote.status_details.stale` to be optional
* Remove support for `reference` on `Tax.Calculation` and `TaxCalculationCreateParams`
* Add support for `reference` on `TaxTransactionCreateParams`

## 11.11.0-beta.1 - 2023-02-13
* [#1676](https://github.com/stripe/stripe-node/pull/1676) 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.11.0-beta.1
11.12.0-beta.1
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.11.0-beta.1",
"version": "11.12.0-beta.1",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit e9db6f1

Please sign in to comment.