v0.24.2 (2021-12-22)
This release fixes an issue with the encoding of the additional details of light DIDs.
They were using base64, which is not allowed per the DID spec.
We switched to using base58 and introduced flags for the encoding and serialisation algorithms for future proofing.
This breaks compatibility with v0.24.0 and v0.24.1 - If you have created light dids already, you will need to switch them to the new format.