Skip to content

Commit

Permalink
Merge pull request #38 from jwtk/release-0.3.2
Browse files Browse the repository at this point in the history
Release 0.3.2
  • Loading branch information
robertjd authored Nov 7, 2016
2 parents d2a7acc + a342879 commit e5ade5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nJwt Change Log

### 0.3.2

Added support for the `nbf`, "not before", claim.

### 0.3.1

Fixed to support proper signing and verification of ECDSA signatures.
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": "njwt",
"version": "0.3.1",
"version": "0.3.2",
"description": "JWT Library for Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e5ade5a

Please sign in to comment.