Skip to content

Commit

Permalink
release 1.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <[email protected]>
  • Loading branch information
F-Node-Karlsruhe committed Jun 5, 2023
1 parent 4b3b930 commit 7fc018e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ VC Verifier Changelog
WIP
---


1.5.2 (2023-06-05)
---

- use hash of proof as COM identifier
- support Ed25519Signature2018 crypto suite


1.5.1 (2023-06-01)
---

Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verifier_frontend",
"version": "1.5.1",
"version": "1.5.2",
"description": "Vue frontend for the EECC vc verifier API",
"scripts": {
"build": "vue-cli-service build",
Expand Down Expand Up @@ -61,4 +61,4 @@
"sass": "^1.32.7",
"sass-loader": "^12.0.0"
}
}
}
2 changes: 1 addition & 1 deletion frontend/src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createStore } from 'vuex'

export default createStore({
state: {
version: '1.5.1',
version: '1.5.2',
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/',
Expand Down

0 comments on commit 7fc018e

Please sign in to comment.