Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 7d63f50

Browse files
committed
Merge pull request #315 from stormpath/release-0.15.2
Release 0.15.2
2 parents 0b2f99f + 050f71b commit 7d63f50

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# stormpath-sdk-node Change Log
22

3+
### 0.15.2
4+
5+
**Released December 18, 2015**
6+
7+
* Upgrade `stormpath-config` to `0.0.16`.
8+
9+
* Scope factory, for client_credentials workflow, can now be asynchronous.
10+
311
### 0.15.1
412

513
**Released December 8, 2015**

UPGRADING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Upgrade Guide
22

3+
### Version 0.15.1 -> Version 0.15.2
4+
5+
No changes needed
6+
7+
### Version 0.15.0 -> Version 0.15.1
8+
9+
No changes needed
10+
311
### Version 0.14.0 -> Version 0.15.0
412

513
If you were relying on this module to enrich your client configuration with

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormpath",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"main": "lib/stormpath.js",
55
"description": "Official Stormpath SDK for Node.js",
66
"keywords": [

0 commit comments

Comments
 (0)