mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-28 13:41:21 +00:00
changelog
This commit is contained in:
parent
377d3c7e11
commit
d2b1a7096e
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 0.4.1 (October 27, 2017)
|
||||
|
||||
This release removes support for bcrypt as it was merged too soon without an upgrade plan
|
||||
for existing keys.
|
||||
|
||||
REVERTS THE FOLLOWING COMMITS:
|
||||
|
||||
- Parameterize and lower bcrypt cost - dfc4cdd2d71513e4a9922d679c74f36357c4c862
|
||||
- Upgrade keys to use bcrypt with salts (#38) - 8e7f0e7701f92206679ad093d013b9b162427631
|
||||
|
||||
## 0.4.0 (October 27, 2017)
|
||||
|
||||
BREAKING CHANGES:
|
||||
|
@ -1,3 +1,3 @@
|
||||
package crypto
|
||||
|
||||
const Version = "0.4.0"
|
||||
const Version = "0.4.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user