From 42998cb144e3cbe876835a8f7386501da235619b Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Sat, 7 Dec 2024 10:06:38 +0100 Subject: [PATCH] chore: update changelog Signed-off-by: Timo Glastra --- apps/easypid/README.md | 5 +++++ apps/easypid/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/easypid/README.md b/apps/easypid/README.md index 64b958b3..0a866bed 100644 --- a/apps/easypid/README.md +++ b/apps/easypid/README.md @@ -381,6 +381,11 @@ The following standards and specifications were implemented. ### Phase 2 +#### 07-12-2024 + +**Wallet** +- Fixed an issue where each credential in a requested batch would use the same key in the `cnf` claim [commit](https://github.com/animo/paradym-wallet/commit/040ac73d7eb461be53b460b8f77661d533ddd72c) + #### 04-12-2024 **Wallet** diff --git a/apps/easypid/package.json b/apps/easypid/package.json index 355fbefb..dcda2ae6 100644 --- a/apps/easypid/package.json +++ b/apps/easypid/package.json @@ -1,6 +1,6 @@ { "name": "animo-easypid", - "version": "1.7.0", + "version": "1.7.1", "main": "index.ts", "private": true, "scripts": {