We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc17d3 commit f12c3d6Copy full SHA for f12c3d6
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 5.8.0 - 2018-04-04
4
+* [#444](https://github.com/stripe/stripe-node/pull/444) Introduce flexible billing primitives for subscriptions
5
+
6
## 5.7.0 - 2018-04-02
7
* [#441](https://github.com/stripe/stripe-node/pull/441) Write directly to a connection that's known to be still open
8
VERSION
@@ -1 +1 @@
-5.7.0
+5.8.0
package.json
@@ -1,6 +1,6 @@
{
"name": "stripe",
- "version": "5.7.0",
+ "version": "5.8.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
0 commit comments