diff --git a/CHANGELOG.md b/CHANGELOG.md index 50106b9d78..57023baf67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.0.7](https://github.com/panva/jose/compare/v2.0.6...v2.0.7) (2024-03-07) + + +### Bug Fixes + +* add a maxOutputLength option to zlib inflate ([02a6579](https://github.com/panva/jose/commit/02a65794f7873cdaf12e81e80ad076fcdc4a9314)) + ## [2.0.6](https://github.com/panva/jose/compare/v2.0.5...v2.0.6) (2022-09-01) diff --git a/package.json b/package.json index fbcda65c7f..131c0640b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jose", - "version": "2.0.6", + "version": "2.0.7", "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", "keywords": [ "access token",