Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

0.18.0

Compare
Choose a tag to compare
@tjwelde tjwelde released this 18 Feb 12:30
· 106 commits to develop since this release

0.18.0 (2020-02-18)

Features

feat: prepended protocol to URLs (#255)(cbcd752)

Added https to the URLs in the env files.

feat: added QR Code including service address (#253)(9b47823)

Added a QR code for identities, so that others can add the identity to their contact list.

Fixes

fix: take delegation id from request (#254)(b2caa4c)

The delegation id had to be specified separately in the last sdk release, which we didn't do, so revocation of an attestation based on a delegation broke.
This fix takes the delegation id from the "request for attestation" again.