We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38be93a commit 7e87360Copy full SHA for 7e87360
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 5.7.0 - 2018-04-02
4
+* [#441](https://github.com/stripe/stripe-node/pull/441) Write directly to a connection that's known to be still open
5
+
6
## 5.6.1 - 2018-03-25
7
* [#437](https://github.com/stripe/stripe-node/pull/437) Fix error message when passing invalid parameters to some API methods
8
VERSION
@@ -1 +1 @@
-5.6.1
+5.7.0
package.json
@@ -1,6 +1,6 @@
{
"name": "stripe",
- "version": "5.6.1",
+ "version": "5.7.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
0 commit comments