diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e0a95697..e66eb83886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +# [0.11.0](https://github.com/panva/jose/compare/v0.10.0...v0.11.0) (2019-03-16) + + +### Bug Fixes + +* all JWA defined RSA operations require key of 2048 or more ([cc70c5d](https://github.com/panva/jose/commit/cc70c5d)) +* use correct salt length for RSASSA-PSS ([e936d54](https://github.com/panva/jose/commit/e936d54)) + + +### BREAKING CHANGES + +* all [JWA](https://tools.ietf.org/html/rfc7518) defined +RSA based operations require key size of 2048 bits or more. + + + # [0.10.0](https://github.com/panva/jose/compare/v0.9.2...v0.10.0) (2019-03-12) diff --git a/package.json b/package.json index d4dbae874a..1c83224c24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@panva/jose", - "version": "0.10.0", + "version": "0.11.0", "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", "keywords": [ "compact",