Skip to content

Commit

Permalink
Bump version to 7.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrudeau-stripe committed Nov 17, 2020
1 parent 9f47f68 commit e421d4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 7.63.0 - 2020-11-17
* [#1070](https://github.com/stripe/stripe-node/pull/1070)
* Added support for `sepa_debit` on `SetupIntent.PaymentMethodOptions`
* `Invoice.tax_amounts` and `InvoiceLineItem.tax_rates` are no longer nullable
* `Invoice.default_tax_rates` and `InvoiceLineItem.tax_amounts` are no longer nullable

## 8.121.0 - 2020-11-09
* [#1064](https://github.com/stripe/stripe-node/pull/1064) Add `invoice.finalization_error` as a `type` on `Event`
* [#1063](https://github.com/stripe/stripe-node/pull/1063) Multiple API changes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.121.0
7.63.0
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": "8.121.0",
"version": "7.63.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit e421d4b

Please sign in to comment.