We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd537d7 commit cc03e59Copy full SHA for cc03e59
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 7.6.1 - 2019-08-08
4
+
5
+- [#673](https://github.com/stripe/stripe-node/pull/673) Add request start and end time to request and response events
6
7
## 7.6.0 - 2019-08-02
8
9
- [#661](https://github.com/stripe/stripe-node/pull/661) Refactor errors to ES6 classes.
VERSION
@@ -1 +1 @@
-7.6.0
+7.6.1
package.json
@@ -1,6 +1,6 @@
{
"name": "stripe",
- "version": "7.6.0",
+ "version": "7.6.1",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
0 commit comments