Skip to content

Commit

Permalink
chore(release): update changelog and version to 0.8.0-dev.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shotonoff committed Aug 10, 2022
1 parent b152e1e commit 239e81e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.8.0-dev.7] - 2022-08-10

### Bug Fixes

- A block with a height is equal initial-height uses current time instead of genesis last-block-time
- Update block time validation
- Change validateBlockTime function
- Update evidence_test.go

## [0.8.0-dev.4] - 2022-05-03

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var (
const (
// TMVersionDefault is the used as the fallback version for Tenderdash
// when not using git describe. It is formatted with semantic versioning.
TMVersionDefault = "0.8.0-dev.4"
TMVersionDefault = "0.8.0-dev.7"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.19.0"

Expand Down

0 comments on commit 239e81e

Please sign in to comment.