We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbbb01 commit 3009f30Copy full SHA for 3009f30
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 7.6.2 - 2019-08-09
4
+
5
+- [#674](https://github.com/stripe/stripe-node/pull/674) Refactor requestDataProcessor for File out into its own file
6
7
## 7.6.1 - 2019-08-08
8
9
- [#673](https://github.com/stripe/stripe-node/pull/673) Add request start and end time to request and response events
VERSION
@@ -1 +1 @@
-7.6.1
+7.6.2
package.json
@@ -1,6 +1,6 @@
{
"name": "stripe",
- "version": "7.6.1",
+ "version": "7.6.2",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
0 commit comments