We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a896a commit bc8d7beCopy full SHA for bc8d7be
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 5.6.1 - 2018-03-25
4
+* [#437](https://github.com/stripe/stripe-node/pull/437) Fix error message when passing invalid parameters to some API methods
5
+
6
## 5.6.0 - 2018-03-24
7
* [#439](https://github.com/stripe/stripe-node/pull/439) Drop Bluebird dependency and use native ES6 promises
8
VERSION
@@ -1 +1 @@
-5.6.0
+5.6.1
package.json
@@ -1,6 +1,6 @@
{
"name": "stripe",
- "version": "5.6.0",
+ "version": "5.6.1",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
0 commit comments