diff --git a/CHANGELOG.md b/CHANGELOG.md index e63003c..ba9d087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.12](https://github.com/decentralized-identity/did-jwt-vc/compare/3.2.11...3.2.12) (2023-10-23) + + +### Bug Fixes + +* **deps:** Update dependency did-jwt to v7.4.3 ([448b295](https://github.com/decentralized-identity/did-jwt-vc/commit/448b295c8b97bf291a0b1dd698b360ab3c2301f5)) + ## [3.2.11](https://github.com/decentralized-identity/did-jwt-vc/compare/3.2.10...3.2.11) (2023-10-03) diff --git a/package.json b/package.json index 7eb086e..19c7e54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "did-jwt-vc", - "version": "3.2.11", + "version": "3.2.12", "description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format", "type": "module", "source": "src/index.ts",