Skip to content

Commit

Permalink
Bump version to 8.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrayalex-stripe committed Mar 6, 2020
1 parent 461d67b commit 165c748
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
36 changes: 23 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,35 @@
# CHANGELOG

## 8.28.1 - 2020-03-05

- [#827](https://github.com/stripe/stripe-node/pull/827) Allow `null`/`undefined` to be passed for `options` arg.

## 8.28.0 - 2020-03-04
* [#830](https://github.com/stripe/stripe-node/pull/830) Add support for `metadata` on `WebhookEndpoint`

- [#830](https://github.com/stripe/stripe-node/pull/830) Add support for `metadata` on `WebhookEndpoint`

## 8.27.0 - 2020-03-04
* [#829](https://github.com/stripe/stripe-node/pull/829) Multiple API changes
* Add support for `account` as a parameter on `Token` to create Account tokens
* Add support for `verification_data.expiry_check` on Issuing `Authorization`
* Add support for `incorrect_cvc` and `incorrect_expiry` as a value for `request_history.reason` on Issuing `Authorization`

- [#829](https://github.com/stripe/stripe-node/pull/829) Multiple API changes
- Add support for `account` as a parameter on `Token` to create Account tokens
- Add support for `verification_data.expiry_check` on Issuing `Authorization`
- Add support for `incorrect_cvc` and `incorrect_expiry` as a value for `request_history.reason` on Issuing `Authorization`

## 8.26.0 - 2020-03-04
* [#828](https://github.com/stripe/stripe-node/pull/828) Multiple API changes
* Add support for `errors` in `requirements` on `Account`, `Capability` and `Person`
* Add support for `payment_intent.processing` as a new `type` on `Event`.

- [#828](https://github.com/stripe/stripe-node/pull/828) Multiple API changes
- Add support for `errors` in `requirements` on `Account`, `Capability` and `Person`
- Add support for `payment_intent.processing` as a new `type` on `Event`.

## 8.25.0 - 2020-03-03
* [#826](https://github.com/stripe/stripe-node/pull/826) Multiple API changes:
* Types are now for the API version `2020-03-02`
* Remove `uob_regional` as a value on `bank` for FPX as this is deprecated and was never used
* Add support for `next_invoice_sequence` on `Customer`
* Add support for `proration_behavior` on `SubscriptionItem` delete

⚠️ This is a breaking change for TypeScript users.

- [#826](https://github.com/stripe/stripe-node/pull/826) Multiple API changes:
- ⚠️ Types are now for the API version `2020-03-02`. This is a breaking change for TypeScript users
- Remove `uob_regional` as a value on `bank` for FPX as this is deprecated and was never used
- Add support for `next_invoice_sequence` on `Customer`
- Add support for `proration_behavior` on `SubscriptionItem` delete

## 8.24.1 - 2020-03-02

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.28.0
8.28.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": "8.28.0",
"version": "8.28.1",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit 165c748

Please sign in to comment.