Skip to content

Commit

Permalink
chore(release): update changelog and version to 0.8.0-dev.4 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
shotonoff authored May 4, 2022
1 parent 8fba7be commit 75c80f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.8.0-dev.4] - 2022-05-03

### Bug Fixes

- Add a missed "info" field to broadcast-tx-response (#369)

### Backport

- V0.7.1 into v0.8-dev (#361)

## [0.8.0-dev.3] - 2022-04-22

### 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.3"
TMVersionDefault = "0.8.0-dev.4"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.19.0"

Expand Down

0 comments on commit 75c80f4

Please sign in to comment.