mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-01 21:57:03 +00:00
Update to 0.2.1
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 0.2.1 (June 21, 2017)
|
||||
|
||||
- Improve keys command
|
||||
- No password prompts in non-interactive mode (echo 'foobar' | keys new foo)
|
||||
- Added support for seed phrases
|
||||
- Seed phrase now returned on `keys new`
|
||||
- Add `keys restore` to restore private key from key phrase
|
||||
- Checksum to verify typos in the seed phrase (rather than just a useless key)
|
||||
- Add `keys delete` to remove a key if needed
|
||||
|
||||
## 0.2.0 (May 18, 2017)
|
||||
|
||||
BREAKING CHANGES:
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
package crypto
|
||||
|
||||
const Version = "0.2.0"
|
||||
const Version = "0.2.1"
|
||||
|
||||
Reference in New Issue
Block a user