diff --git a/CHANGELOG.md b/CHANGELOG.md index 92aa3f9..53a059f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil - Programmatic CLI - added option for users to view all balances of admin accounts in the config [#310](https://github.com/entropyxyz/cli/pull/310) + - added new verify command to validate signatures created by Entropy [#332](https://github.com/entropyxyz/cli/pull/332) ### Changed @@ -48,6 +49,9 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil - removed use of progress bar throughout TUI [#324](https://github.com/entropyxyz/cli/pull/324) - updated display amount for Faucet process [#323](https://github.com/entropyxyz/cli/pull/323) +- Programmatic CLI + - updated result displayed to users for sign command, is not a stringified JSON object [#332](https://github.com/entropyxyz/cli/pull/332) + ## [0.1.1] Deadpool - 2024-11-06 (entropy-core compatibility: 0.3.0) ### Fixed