diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bcec73..791dfdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.4](https://github.com/decentralized-identity/did-jwt-vc/compare/4.0.3...4.0.4) (2024-03-26) + + +### Bug Fixes + +* **deps:** Update dependency did-jwt to v8.0.4 ([c41d3a4](https://github.com/decentralized-identity/did-jwt-vc/commit/c41d3a4d4131c70366931c80cb10ab4ccf8323bf)) + ## [4.0.3](https://github.com/decentralized-identity/did-jwt-vc/compare/4.0.2...4.0.3) (2024-03-20) diff --git a/package.json b/package.json index 354ed8e..59accd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "did-jwt-vc", - "version": "4.0.3", + "version": "4.0.4", "description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format", "type": "module", "source": "src/index.ts",