Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
autoit4you committed Dec 6, 2015
1 parent c445eb3 commit f8a8318
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# jose ChangeLog

## 2015-12-06, Version 0.3.2

### Notable Changes

None

### Known Issues

None

### Commits

* [`c445eb3`] Release 0.3.1
* [`dbc6db2`] Amended documentation
* [`1466535`] Release 0.3.0

## 2015-12-01, Version 0.3.0

### Notable Changes
Expand All @@ -12,7 +28,7 @@

### Known Issues

None
* README.md not fully up-to-date

### Commits

Expand Down Expand Up @@ -93,4 +109,4 @@ None
* [`ee707ea`] Started work on Hmac verifier. Added base64url as dependency.
* [`704becb`] Now using factories
* [`25d6179`] Added Readme
* [`fa00c25`] Initial commit
* [`fa00c25`] Initial commit
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ ES384 | ECDSA using P-384 curve and SHA-384 hash algorithm
ES512 | ECDSA using P-521 curve and SHA-512 hash algorithm
none | No integrity protection

The following key encryption algorithms are supported:

"alg" Header Parameter | Key Encryption Algorithm | Additional paramters needed
-----------------------|------------------------- | ---------------------------
RSA1_5 | Key wrapping using RSAES-PKCS1-v1_5 | none
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": "jose",
"version": "0.3.1",
"version": "0.3.2",
"description": "JSON Object Signing and Encryption (JOSE) library (symmetric and asymmetric)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f8a8318

Please sign in to comment.