auth0 / express-jwt

connect/express middleware that validates a JsonWebToken (JWT) and set the req.user with the attributes
MIT License
4.49k stars 444 forks source link

Outdated CHANGELOG, versions 8.4.0 and 8.4.1 are missing #346

Open andreipfeiffer opened 4 months ago

andreipfeiffer commented 4 months ago

Just wanted to point out that versions 8.4.0 and 8.4.1 are not documented in CHANGELOG.

The changelog is very helpful to easily see the changes between different versions when updating libraries.

It would be super helpful to include the missing versions. Thank you in advance!