Skip to content

Commit

Permalink
release version 0.24.2-iris1
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongcheng committed Sep 28, 2018
1 parent 8c058b8 commit c6189e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.24.2-iris1

*September 28th, 2018*

- Support multi-store query proof build
- Remove precision in voting power calculation
- Add token precision in slashing
- Reject create-validator transaction is the new validator voting power is 0
- Add RefundCollectedFees
- Refactor appHash calculation to support software upgrade


## 0.24.2

*August 22nd, 2018*
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Maj = "0"
const Min = "24"
const Fix = "2"

const Version = "0.24.2"
const Version = "0.24.2-iris1"

// GitCommit set by build flags
var GitCommit = ""

0 comments on commit c6189e6

Please sign in to comment.