Skip to content

Commit

Permalink
chore(release): update changelog and version to 1.1.0-dev.2 (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jul 29, 2024
1 parent 2d7d645 commit c2d9f85
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
## [1.1.0-dev.2] - 2024-07-24

### Bug Fixes

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

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

### Features

- [**breaking**] Replace dash core quorum sign with quorum platformsign (#828)

### Miscellaneous Tasks

- Update changelog and version to 1.1.0-dev.1 (#842)

### Build

- Bump bufbuild/buf-setup-action from 1.33.0 to 1.35.0 (#841)
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.1"
TMVersionDefault = "1.1.0-dev.2"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "1.0.0"

Expand Down

0 comments on commit c2d9f85

Please sign in to comment.