Skip to content

Commit

Permalink
chore(release): update changelog and version to 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 11, 2023
1 parent 8f026e3 commit cddc1fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
## [0.13.4] - 2023-12-11

### Bug Fixes

- Ordered map race condition (#708)

### Performance

- Increase web socket channels capacity (#709)

## [0.13.3] - 2023-10-16

### Bug Fixes

- Issue with GMP not properly being linked on mac (#698)
- Always propose with current app version (#697)

### Miscellaneous Tasks

- Update changelog and version to 0.13.3

## [0.13.2] - 2023-10-09

### 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.3"
TMVersionDefault = "0.13.4"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.23.0"

Expand Down

0 comments on commit cddc1fa

Please sign in to comment.