From 51bf77367be3334c9b1b4e6e13faacc9d224bce8 Mon Sep 17 00:00:00 2001 From: eum602 Date: Sat, 23 Sep 2023 13:07:24 -0500 Subject: [PATCH] chore: changelog for release 0.0.7 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb86e2..9c570cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### 0.0.7 + +* Add PoE for emitted credentials. +* Add configuration variable `PROOF_OF_EXISTENCE_MODE` to set PoE mode: + * DISABLED: Proof of existence is disabled, in the respose the field TxHash is set to null + * STRICT: Proof of existence must strictly succeed otherwise the request throws and in the respose the field TxHash is set to null, otherwise that field will have a valid transaction hash + * ENABLED_NOT_THROWABLE: If Proof of existence fails the request does not throw but in the respose the field TxHash is set to null, otherwise that field will have a valid transaction hash +* Updates verification registry to '0xF17Da8641771c0196318515b662b0C00132C4163' which by default uses +didRegistry: 0x43dE0954a2c83A415d82b9F31705B969b5856003 +* Considers certificate period fields (if defined) as the verifiable credential issuance/expiration dates +* Add additional fields +* validates mandatory and optional DDCCCoreDataSet fields +* Downgrades ethers to version 5.6.5 since it was needed to use GasModel Library. + ### 0.0.6 * add additional codes for "brand" field used to transform DDCCCoreDataSeet to Verifiable Credential. diff --git a/package.json b/package.json index 581f2b8..ac17606 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lacpass-client", - "version": "0.0.6", + "version": "0.0.7", "description": "Rest api for lacpass Client", "license": "MIT", "scripts": {