Skip to content

Commit

Permalink
chore(release): update changelog and version to 1.2.0-dev.2 (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek authored Aug 5, 2024
1 parent fe356a1 commit aa6ee23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
## [1.2.0-dev.1] - 2024-07-31
## [1.2.0-dev.2] - 2024-08-05

### Bug Fixes

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

### Build

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

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

### Bug Fixes

- Proposal not generated after waiting for last block time to pass (#849)

### Miscellaneous Tasks

- Update changelog and version to 1.2.0-dev.1 (#858)

### Build

- Add signed binaries to releases (#854)
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-dev.1"
TMVersionDefault = "1.2.0-dev.2"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "1.1.0"

Expand Down

0 comments on commit aa6ee23

Please sign in to comment.