Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): update changelog and bump version to 1.2.1 #894

Merged
merged 3 commits into from
Aug 29, 2024
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
57 changes: 19 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,39 @@
## [1.3.0-dev.1] - 2024-08-15
## [1.2.1] - 2024-08-29

### Bug Fixes

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

### Features
### Miscellaneous Tasks

- Configuration of deadlock detection (#880)
- Update changelog and version to 1.2.1-dev.1

### Build

## [1.2.0-dev.3] - 2024-08-12
- Bump git-cliff to 2.4 and remove history before 1.0 (#882)

## [1.2.0] - 2024-08-15

### 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)
- Vote extensions verified multiple times (#867)

### Miscellaneous Tasks

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

## [1.2.0-dev.2] - 2024-08-05

### Bug Fixes

- Build of dev releases fails due to invalid tags (#859)

### Miscellaneous Tasks

- Update changelog and version to 1.2.0-dev.2 (#861)

### Build

- E2e tests fail due to lack of docker-compose command (#860)

## [1.2.0-dev.1] - 2024-08-05

### Bug Fixes
### Features

- Proposal not generated after waiting for last block time to pass (#849)
- Configuration of deadlock detection (#880)

### 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)
- Update changelog and version to 1.2.0

### Build

Expand Down Expand Up @@ -81,21 +67,16 @@

## [1.0.0] - 2024-07-01

### Miscellaneous Tasks

- Update changelog and version to 1.0.0

### Build

- Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 (#817)

## [1.0.0-dev.2] - 2024-06-26

### Bug Fixes

- Ineffective PROXY_APP and ABCI env in entrypoint (#805)

### Miscellaneous Tasks

- Update changelog and version to 1.0.0-dev.2 (#806)
- Update changelog and version to 1.0.0

### Build

- Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 (#817)

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"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "1.1.0"

Expand Down
Loading