diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6a7e8..1f08bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.1...2.1.2) (2021-05-28) + + +### Bug Fixes + +* mapp additional W3C spec fields to and from JWT VC ([#75](https://github.com/decentralized-identity/did-jwt-vc/issues/75)) ([e0482dc](https://github.com/decentralized-identity/did-jwt-vc/commit/e0482dcdf6e079dc4d55e253edc87ab231818c19)), closes [#73](https://github.com/decentralized-identity/did-jwt-vc/issues/73) + ## [2.1.1](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.0...2.1.1) (2021-05-18) diff --git a/package.json b/package.json index 3a72406..1856691 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "did-jwt-vc", - "version": "2.1.1", + "version": "2.1.2", "description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format", "main": "lib/index.js", "source": "src/index.ts",