diff --git a/CHANGELOG.md b/CHANGELOG.md index 441b9bf32e..8fc1c9685f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 7.6.2 - 2019-08-09 + +- [#674](https://github.com/stripe/stripe-node/pull/674) Refactor requestDataProcessor for File out into its own file + ## 7.6.1 - 2019-08-08 - [#673](https://github.com/stripe/stripe-node/pull/673) Add request start and end time to request and response events diff --git a/VERSION b/VERSION index e8be68404b..e81e85b810 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.6.1 +7.6.2 diff --git a/package.json b/package.json index 0ad01730a7..fe17a6abe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "7.6.1", + "version": "7.6.2", "description": "Stripe API wrapper", "keywords": [ "stripe",