diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e1e46..7d9faf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ VC Verifier Changelog WIP --- + +1.7.6 (2023-11-15) +--- + +- allow multi status credentials - update vc dependency diff --git a/api/package.json b/api/package.json index 887e9f3..5d26d87 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "vc-verifier", - "version": "1.7.5", + "version": "1.7.6", "description": "The EECC verifier for verifiable credentials which provides an verification API as well as the corresponding UI.", "main": "index.js", "type": "module", @@ -64,4 +64,4 @@ "overrides": { "jsonld": "$jsonld" } -} +} \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index f463b13..4292152 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "verifier_frontend", - "version": "1.7.5", + "version": "1.7.6", "description": "Vue frontend for the EECC vc verifier API", "scripts": { "build": "vue-cli-service build", diff --git a/frontend/src/store/index.js b/frontend/src/store/index.js index b855495..0bdbe29 100644 --- a/frontend/src/store/index.js +++ b/frontend/src/store/index.js @@ -5,7 +5,7 @@ import api from '../api' export default createStore({ state: { - version: '1.7.5', + version: '1.7.6', authentication: undefined, verifiables: [], disclosedCredentials: [],