Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
## [1.1.0-dev.3] - 2024-07-25

### Features

- Allow overriding genesis time in InitChain (#847)

## [1.1.0-dev.2] - 2024-07-24

### Bug Fixes

- Address already in use (#845)
- Active validators not always connected to each other (#844)

### Miscellaneous Tasks

- Update changelog and version to 1.1.0-dev.2 (#846)

## [1.1.0-dev.1] - 2024-07-23

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

Expand Down