diff --git a/CHANGELOG.md b/CHANGELOG.md index e107c94..e41fdfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file starting from version **v4.0.0**. This project adheres to [Semantic Versioning](http://semver.org/). +## 9.0.2 - 2023-08-30 + +- security: updating semver to 7.5.4 to resolve CVE-2022-25883, closes [#921](https://github.com/auth0/node-jsonwebtoken/issues/921). +- refactor: reduce library size by using lodash specific dependencies, closes [#878](https://github.com/auth0/node-jsonwebtoken/issues/878). + ## 9.0.1 - 2023-07-05 - fix(stubs): allow decode method to be stubbed diff --git a/package.json b/package.json index f7885f0..81f78da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonwebtoken", - "version": "9.0.1", + "version": "9.0.2", "description": "JSON Web Token implementation (symmetric and asymmetric)", "main": "index.js", "nyc": {