Browse Source

version bump and changelog

pull/1782/head
Ethan Buchman 7 years ago
parent
commit
c8b6d29161
2 changed files with 19 additions and 1 deletions
  1. +18
    -0
      CHANGELOG.md
  2. +1
    -1
      version.go

+ 18
- 0
CHANGELOG.md View File

@ -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
- 1
version.go View File

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

Loading…
Cancel
Save