Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Release for v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
swang committed Oct 7, 2013
1 parent 1ca287a commit 7cbebc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ c.getCurrentTenant(function(err, ten) {
- More tests

## CHANGELOG
0.0.9
- Added support for registrationWorkflowEnabled

0.0.8
- Added support for emailVerificationToken
- Body parameter should only be value of json iff method is POST
Expand Down
2 changes: 1 addition & 1 deletion lib/const.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var VERSION = '0.0.8'
var VERSION = '0.0.9'
, API_VERSION = "v1"
, API_DOMAIN = "https://api.stormpath.com"
, BASE_URL = API_DOMAIN + "/" + API_VERSION + "/"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-stormpath",
"version": "0.0.8",
"version": "0.0.9",
"description": "Wrapper for Stormpath API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7cbebc6

Please sign in to comment.