Skip to content

Commit

Permalink
Merge upstream and update generated code for v287
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 30, 2023
2 parents 5b91196 + ef2b761 commit 24fbbd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 10.12.0 - 2023-03-30
* [#1470](https://github.com/stripe/stripe-php/pull/1470) Update generated code
* Remove support for `create` method on resource `Tax.Transaction`
* This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the `createFromCalculation` method.
* Remove support for value `deleted` from enum `Invoice.status`
* This is not a breaking change, as the value was never returned or accepted as input.
* [#1468](https://github.com/stripe/stripe-php/pull/1468) Trigger workflow for tags
* [#1467](https://github.com/stripe/stripe-php/pull/1467) Update generated code (new)
* Release specs are identical.

## 10.12.0-beta.1 - 2023-03-23
* [#1459](https://github.com/stripe/stripe-php/pull/1459) Update generated code for beta (new)
* Add support for new resources `Tax.CalculationLineItem` and `Tax.TransactionLineItem`
Expand Down
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v285
v287

0 comments on commit 24fbbd9

Please sign in to comment.