mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-08 13:00:08 +00:00
changelog and version
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 0.7.1 (March 22, 2018)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
- glide -> dep
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
- [common] Fix panic in NewBitArray for negative bits
|
||||
- [common] Fix and simplify WriteFileAtomic so it cleans up properly
|
||||
|
||||
## 0.7.0 (February 20, 2018)
|
||||
|
||||
BREAKING:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package version
|
||||
|
||||
const Version = "0.7.0"
|
||||
const Version = "0.7.1"
|
||||
|
||||
Reference in New Issue
Block a user