Added changelog, tagged version

This commit is contained in:
Josh Mandel 2020-08-12 13:13:00 -05:00
Родитель 55563c1243
Коммит 3d63dd9c52
1 изменённых файлов: 8 добавлений и 0 удалений

8
CHANGELOG.md Normal file
Просмотреть файл

@ -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