diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc1c9685f..0b83fea1b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 7.7.0 - 2019-08-09 + +- [#675](https://github.com/stripe/stripe-node/pull/675) Remove subscription schedule revisions + ## 7.6.2 - 2019-08-09 - [#674](https://github.com/stripe/stripe-node/pull/674) Refactor requestDataProcessor for File out into its own file diff --git a/VERSION b/VERSION index e81e85b810..1985849fb5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.6.2 +7.7.0 diff --git a/package.json b/package.json index fe17a6abe5..71839e863d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "7.6.2", + "version": "7.7.0", "description": "Stripe API wrapper", "keywords": [ "stripe",