Skip to content

Commit

Permalink
Bump version to 8.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Mar 20, 2020
1 parent 2e21d27 commit a004973
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 8.33.0 - 2020-03-20
* [#842](https://github.com/stripe/stripe-node/pull/842) Multiple API changes for Issuing:
* Add `amount`, `currency`, `merchant_amount` and `merchant_currency` on `Authorization`
* Add `amount`, `currency`, `merchant_amount` and `merchant_currency` inside `request_history` on `Authorization`
* Add `pending_request` on `Authorization`
* Add `amount` when approving an `Authorization`
* Add `replaced_by` on `Card`

## 8.32.0 - 2020-03-13
* [#836](https://github.com/stripe/stripe-node/pull/836) Multiple API changes for Issuing:
* Rename `speed` to `service` on Issuing `Card`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.32.0
8.33.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.32.0",
"version": "8.33.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit a004973

Please sign in to comment.