Browse Source

Update to 0.2.1

pull/1782/head
Ethan Frey 7 years ago
parent
commit
ad70b22226
2 changed files with 11 additions and 1 deletions
  1. +10
    -0
      CHANGELOG.md
  2. +1
    -1
      version.go

+ 10
- 0
CHANGELOG.md 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
version.go View File

@ -1,3 +1,3 @@
package crypto
const Version = "0.2.0"
const Version = "0.2.1"

Loading…
Cancel
Save