We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef4d6c commit 5b3318aCopy full SHA for 5b3318a
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 5.9.0 - 2018-05-09
4
+* [#456](https://github.com/stripe/stripe-node/pull/456) Add support for issuer fraud records
5
+
6
## 5.8.0 - 2018-04-04
7
* [#444](https://github.com/stripe/stripe-node/pull/444) Introduce flexible billing primitives for subscriptions
8
VERSION
@@ -1 +1 @@
-5.8.0
+5.9.0
package.json
@@ -1,6 +1,6 @@
{
"name": "stripe",
- "version": "5.8.0",
+ "version": "5.9.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
0 commit comments