Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into v0.13-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Oct 16, 2023
2 parents 5735d57 + 49eec7d commit 2802490
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
## [0.13.2] - 2023-10-09

### Bug Fixes

- Log-file-path setting does not work (#691)

## [0.13.1] - 2023-09-14

### Bug Fixes

- Send evidence only once (#683)
- Panic verifying evidence due to missing pubkey (#684)

### Miscellaneous Tasks

- Update changelog and version to 0.13.1

## [0.13.0] - 2023-09-13

### Bug Fixes
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 = "0.13.1"
TMVersionDefault = "0.13.2"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.23.0"

Expand Down

0 comments on commit 2802490

Please sign in to comment.