Skip to content

Commit

Permalink
Bump version to 11.5.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Dec 16, 2022
1 parent fd13dbc commit 92d5a52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 11.5.0-beta.1 - 2022-12-15
* [#1640](https://github.com/stripe/stripe-node/pull/1640) API Updates for beta branch
* Updated stable APIs to the latest version
* Add support for new resources `QuoteLine`, `TaxCalculation`, and `TaxTransaction`
* Add support for `create` and `list_line_items` methods on resource `TaxCalculation`
* Add support for `create_reversal`, `create`, and `retrieve` methods on resource `TaxTransaction`

## 11.4.0 - 2022-12-15
* [#1639](https://github.com/stripe/stripe-node/pull/1639) API Updates
* Add support for new value `invoice_overpaid` on enum `CustomerBalanceTransaction.type`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.3.0-beta.1
11.5.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.3.0-beta.1",
"version": "11.5.0-beta.1",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit 92d5a52

Please sign in to comment.