Skip to content

Commit

Permalink
Bump version to 8.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Mar 3, 2020
1 parent 02da7dc commit bff3d87
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

## 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

## 8.24.1 - 2020-03-02

- [#824](https://github.com/stripe/stripe-node/pull/824) Update type for StripeError to extend Error
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.24.1
8.25.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.24.1",
"version": "8.25.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit bff3d87

Please sign in to comment.