diff --git a/CHANGELOG.md b/CHANGELOG.md index 633f919..86910f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ VC Verifier Changelog WIP --- + +1.7.5 (2023-11-14) +--- + - introduce static contexts - manual status checks for SD credentials diff --git a/api/package.json b/api/package.json index e4b73d3..e2b0c0f 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "vc-verifier", - "version": "1.7.4", + "version": "1.7.5", "description": "The EECC verifier for verifiable credentials which provides an verification API as well as the corresponding UI.", "main": "index.js", "type": "module", diff --git a/frontend/package.json b/frontend/package.json index 3466c86..f463b13 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "verifier_frontend", - "version": "1.7.4", + "version": "1.7.5", "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 bf2de32..b855495 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.4', + version: '1.7.5', authentication: undefined, verifiables: [], disclosedCredentials: [],