diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e914f..a802fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ WIP --- +1.5.0 (2023-05-31) +--- + +- add selective disclosure credential verification + + +1.4.2 (2023-05-02) +--- + +- update dpp recognition + 1.4.2 (2023-03-30) --- diff --git a/README.md b/README.md index 53741bb..be4f70a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This tool uses the libraries by [Digital Bazaar, Inc.](https://github.com/digita - https://github.com/digitalbazaar/vc-js - https://github.com/digitalbazaar/ed25519-signature-2020 - https://github.com/digitalbazaar/vc-revocation-list +- https://github.com/digitalbazaar/ecdsa-sd-2023-cryptosuite in order to verify signatures of [W3C conformal verifiable credentials](https://www.w3.org/TR/vc-data-model/) in JSON-LD form. diff --git a/frontend/src/store/index.js b/frontend/src/store/index.js index 318df80..a059e65 100644 --- a/frontend/src/store/index.js +++ b/frontend/src/store/index.js @@ -3,7 +3,7 @@ import { createStore } from 'vuex' export default createStore({ state: { - version: '1.4.3', + version: '1.5.0', verifiables: [], VC_REGISTRY: process.env.VC_REGISTRY || 'https://ssi.eecc.de/api/registry/vcs/', OPENID_ENDPOINT: process.env.OPENID_ENDPOINT || 'https://ssi.eecc.de/api/openid/',