diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..84e6558 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.0.2 + +* Use `valueUri` (which exists in DSTU2+) for FHIR datatypes rather than `valueUrl` (which was introduced after DSTU2) +* Added `encryptForKeyId` parameter to `$HealthWallet.issueVc` operation, defaulting to absent == no encryption +* Updated example VC JWT representations to ensure that the `.vc.credentialSubject` contains all subject-specific claims +* Defined `OperationOutcome` payload for failed `$HealthWallet.issueVc` operations