diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0603f273..59f6723b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 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` + ## 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` diff --git a/VERSION b/VERSION index c4ca5ee347..ab7fcc3c4d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.26.0 +8.27.0 diff --git a/package.json b/package.json index 6a80a0c147..162bd02584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "8.26.0", + "version": "8.27.0", "description": "Stripe API wrapper", "keywords": [ "stripe",