New release: cardano-signer 1.27.0
## Release Notes / Change-Logs * **1.27.0** ### Critical Update - CIP100 Signing / Verification / Canonization - Critical update to enforce "safeMode = true" for the jsonld canonization used in governance metadata. Operations like signing, verification or canonization will now fail with an error if there is data drop in the canonized body. Before the default was set to "false", which could have led to a wrong canonized body under certain circumstances with silently dropping the error. - There is a new flag `--disable-safemode` to switch this jsonld mode off (not recommended) Its recommened to update to this version asap, thanks!