From cf64e9c7ff9e27eee829d067b1768dc398f8a6a1 Mon Sep 17 00:00:00 2001 From: F-Node-Karlsruhe Date: Tue, 14 Nov 2023 09:33:16 +0100 Subject: [PATCH] release 1.7.5 Signed-off-by: F-Node-Karlsruhe --- CHANGELOG.md | 4 ++++ api/package.json | 2 +- frontend/package.json | 2 +- frontend/src/store/index.js | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) 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: [],