diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd28593c32363b1ee664ae255007ebc763d1323..c772b67fb26691b568f14df50f6c7a152ba34634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ List of changelogs ordered from latest to oldest -## [0.4.1] - 2025-04-04 +## [0.4.1] - 2025-04-08 ### Added / Changed - We now use `ed25519` crypto scheme by default for all commands. It means that if you import your substrate mnemonic without giving a specific argument to change the crypto scheme, the resulting SS58 address will not be the same as before (it was using `sr25519` for substrate mnemonic previously) - Extra `-c` / `--crypto-scheme` argument allows to specify which crypto scheme to use (`sr25519` or `ed25519`) and having a default value of `ed25519` in most places.