Skip to content

Commit

Permalink
release 1.6.5
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <christian.fries@eecc.de>
  • Loading branch information
F-Node-Karlsruhe committed Aug 30, 2023
1 parent 78a5379 commit bea0cc5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ VC Verifier Changelog
WIP
---


1.6.5 (2023-08-30)
---

- deduce credential type more accurately
- add query params to swagger
- update dependencies
Expand Down
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vc-verifier",
"version": "1.6.4",
"version": "1.6.5",
"description": "The EECC verifier for verifiable credentials which provides an verification API as well as the corresponding UI.",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -63,4 +63,4 @@
"overrides": {
"jsonld": "$jsonld"
}
}
}
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verifier_frontend",
"version": "1.6.4",
"version": "1.6.5",
"description": "Vue frontend for the EECC vc verifier API",
"scripts": {
"build": "vue-cli-service build",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import api from '../api'

export default createStore({
state: {
version: '1.6.4',
version: '1.6.5',
authentication: undefined,
verifiables: [],
disclosedCredentials: [],
Expand Down

0 comments on commit bea0cc5

Please sign in to comment.