Skip to content

Commit

Permalink
chore(release): update changelog and version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jan 27, 2022
1 parent 5f55b4b commit 53211e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.7.0] - 2022-01-24

### Miscellaneous Tasks

- Create only 1 proof block by default
- Release script and initial changelog (#250)
- [**breaking**] Bump ABCI version and update release.sh to change TMVersionDefault automatically (#253)

### Build

- Bump github.com/prometheus/client_golang (#249)
- Bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0

## [0.7.0-dev.6] - 2022-01-07

### 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 @@ -7,7 +7,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.6.0"
TMVersionDefault = "0.7.0"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.18.0"

Expand Down

0 comments on commit 53211e5

Please sign in to comment.