diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4f46b..7544cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [6.0.0](https://github.com/dbartholomae/middy-middleware-jwt-auth/compare/5.1.1...6.0.0) (2023-03-03) + + +### Bug Fixes + +* release dependency update of jsonwebtoken to version 9 ([eede274](https://github.com/dbartholomae/middy-middleware-jwt-auth/commit/eede2741c1fe4df6d062be1558368ce790ec9512)) + + +### BREAKING CHANGES + +* middy-middleware-jwt-auth now relies on +jsonwebtoken version 9. The breaking changes from that library apply. +See https://github.com/auth0/node-jsonwebtoken/wiki/Migration-Notes:-v8-to-v9 +for migration notes. + ## [5.1.1](https://github.com/dbartholomae/middy-middleware-jwt-auth/compare/5.1.0...5.1.1) (2022-11-27) diff --git a/package.json b/package.json index dedcca6..8a82fc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "middy-middleware-jwt-auth", - "version": "5.1.1", + "version": "6.0.0", "description": "A middy JSON web token authorization middleware inspired by express-jwt.", "homepage": "", "license": "MIT",