Skip to content

Commit

Permalink
chore(release): update changelog and version to 1.2.1-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Aug 29, 2024
1 parent 25e24d3 commit 5a3cbdb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## [1.3.0-dev.1] - 2024-08-15
## [1.2.1-dev.1] - 2024-08-29

### Bug Fixes

- Genesis.json not loaded on restart before genesis block is mined
- Panic when loading invalid node key file (#888)

### Build

- Bump git-cliff to 2.4 and remove history before 1.0 (#882)

## [1.2.0] - 2024-08-15

### Bug Fixes

Expand All @@ -8,12 +19,14 @@

- Configuration of deadlock detection (#880)

### Miscellaneous Tasks

- Update changelog and version to 1.2.0

## [1.2.0-dev.3] - 2024-08-12

### Bug Fixes

- Proposal not generated after waiting for last block time to pass (#849)
- Build of dev releases fails due to invalid tags (#859)
- Msg queue is too small for mainnet (#863)
- Non-active validators can't verify evidence signatures (#865)

Expand Down Expand Up @@ -45,14 +58,10 @@
### Miscellaneous Tasks

- Update changelog and version to 1.2.0-dev.1 (#858)
- Update changelog and version to 1.2.0-dev.2 (#861)
- Improve logs (#866)
- Update changelog and version to 1.2.0-dev.3 (#868)

### Build

- Add signed binaries to releases (#854)
- E2e tests fail due to lack of docker-compose command (#860)

## [1.1.0] - 2024-07-29

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.2.0"
TMVersionDefault = "1.2.1-dev.1"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "1.1.0"

Expand Down

0 comments on commit 5a3cbdb

Please sign in to comment.