diff --git a/CHANGELOG.md b/CHANGELOG.md index 910e8054..37c54715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Release Notes -## v5.0.1 - 2021-12-03 -Fixed json path issue in library responses. +## v0.5.1 - 2021-12-03 +Fixed json path issue in library responses. +Added a verifiableCredential array to almost all responses that corresponds to the json paths in the same response + +- Fixed: + - json path of the verifiableCredentials, now start at presentation object root in a VP - Updated: - added verifiableCredential (list) to return params of evaluatePresentation - added verifiableCredential (list) to return params of evaluateCredentials - selectFrom response changed to have "verifiableCredential" instead of "selectableVerifiableCredential" - - json path of the verifiableCredentials, now start at presentation object root - renamed matches in submissionRequirementMatches to vc_path ## v0.5.0 - 2021-11-29 diff --git a/package.json b/package.json index bd8ef1ec..aaff0af2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/pe-js", - "version": "0.5.1-unstable.1", + "version": "0.5.1", "description": "A Typescript implementation of the DIF Presentation Exchange specification.", "main": "dist/main/index.js", "module": "dist/module/index.js",