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": {