From f862f5da9ac8ea10b658a385aa2a0fe470a94333 Mon Sep 17 00:00:00 2001 From: Shuan Wang Date: Thu, 27 Jun 2013 00:49:43 -0700 Subject: [PATCH] version 0.0.5 release --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c320e0..32e75d0 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ c.getCurrentTenant(function(err, ten) { - Handle iterating over offset/limit until it exhausts the resource record ## CHANGELOG +0.0.5 +- Added GroupMembership functionality into Application 0.0.4 - Added verifyAccount in Application to handle having to make 2 calls to retrieve a verified user's account information. diff --git a/package.json b/package.json index 0266ca2..0423814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-stormpath", - "version": "0.0.4", + "version": "0.0.5", "description": "Wrapper for Stormpath API", "main": "index.js", "scripts": {