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

Commit 99fd6f1

Browse files
committed
Merge pull request #309 from stormpath/release-0.15.1
Release 0.15.1
2 parents 2e02e0f + 5d3f0e5 commit 99fd6f1

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
### 0.15.1
44

5-
**Not Yet Released**
5+
**Released December 8, 2015**
6+
7+
* Updating production dependencies:
8+
9+
* jwt-simple-0.4.0
10+
11+
12+
13+
14+
The upgrade to `stormpath-config` includes a fix for a bug with
15+
`client.cacheOptions.client`, where the client prototype was being mutated
16+
(resulting in an undefined method exception if you attempted to provide your
17+
own Redis client).
18+
619

720
### 0.15.0
821

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.0",
3+
"version": "0.15.1",
44
"main": "lib/stormpath.js",
55
"description": "Official Stormpath SDK for Node.js",
66
"keywords": [

0 commit comments

Comments
 (0)