diff --git a/CHANGELOG.md b/CHANGELOG.md index d41d46df..b5ae03f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.1.0](https://github.com/decentralized-identity/did-jwt/compare/7.0.0...7.1.0) (2023-05-03) + + +### Features + +* add support for ConditionalProof2022 verificationMethods ([#272](https://github.com/decentralized-identity/did-jwt/issues/272)) ([9bebe3f](https://github.com/decentralized-identity/did-jwt/commit/9bebe3fc7393db0a9b1d06655337a6e8b4a9eaf9)) + # [7.0.0](https://github.com/decentralized-identity/did-jwt/compare/6.11.6...7.0.0) (2023-04-19) diff --git a/package.json b/package.json index 6e5b492a..3366d7d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "did-jwt", - "version": "7.0.0", + "version": "7.1.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", @@ -109,4 +109,4 @@ "eslintIgnore": [ "*.test.ts" ] -} \ No newline at end of file +}