mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
version bump and changelog
This commit is contained in:
parent
09447fc059
commit
c8b6d29161
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,5 +1,23 @@
|
||||
# Changelog
|
||||
|
||||
## 0.3.0 (N/A)
|
||||
|
||||
BREAKING CHANGES:
|
||||
|
||||
- Remove `cmd` and `keys/tx` packages altogether: move it to the cosmos-sdk
|
||||
- `cryptostore.Generator` takes a secret
|
||||
- Remove `String()` from `Signature` interface
|
||||
|
||||
FEATURES:
|
||||
|
||||
- `keys`: add CRC16 error correcting code
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
- Allow no passwords on keys for development convenience
|
||||
|
||||
|
||||
|
||||
## 0.2.1 (June 21, 2017)
|
||||
|
||||
- Improve keys command
|
||||
|
@ -1,3 +1,3 @@
|
||||
package crypto
|
||||
|
||||
const Version = "0.2.1"
|
||||
const Version = "0.3.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user