diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b416060..8fe41068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.5.0](https://github.com/decentralized-identity/did-jwt/compare/6.4.0...6.5.0) (2022-08-18) + + +### Features + +* add `aud` override policy for verification ([#242](https://github.com/decentralized-identity/did-jwt/issues/242)) ([87cbfd0](https://github.com/decentralized-identity/did-jwt/commit/87cbfd0f719fc2fdb0ac83ed9ca964b3c1b1b1a9)), closes [#239](https://github.com/decentralized-identity/did-jwt/issues/239) + # [6.4.0](https://github.com/decentralized-identity/did-jwt/compare/6.3.0...6.4.0) (2022-08-12) diff --git a/package.json b/package.json index 5851c0b6..362d2a46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "did-jwt", - "version": "6.4.0", + "version": "6.5.0", "description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients", "type": "module", "source": "src/index.ts",