Update to 0.2.1

This commit is contained in:
Ethan Frey
2017-06-21 19:35:57 +02:00
parent 8bdb5ceda4
commit ad70b22226
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -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
View File
@@ -1,3 +1,3 @@
package crypto
const Version = "0.2.0"
const Version = "0.2.1"