diff --git a/CHANGELOG.md b/CHANGELOG.md index 1847b6e7da..3f5f76703d 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.12.0](https://github.com/panva/jose/compare/v0.11.5...v0.12.0) (2019-04-07) + + +### Reverts + +* add EC P-256K JWK and ES256K sign/verify support ([e21fea1](https://github.com/panva/jose/commit/e21fea1)) + + +### BREAKING CHANGES + +* removing ES256K alg and EC P-256K crv support until the +IETF WG decides on what the final names will be. + + + ## [0.11.5](https://github.com/panva/jose/compare/v0.11.4...v0.11.5) (2019-04-04) diff --git a/package.json b/package.json index b874ea593c..d712915151 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@panva/jose", - "version": "0.11.5", + "version": "0.12.0", "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", "keywords": [ "compact",