Skip to content

Commit

Permalink
Merge pull request #711 from dashpay/master
Browse files Browse the repository at this point in the history
chore: sync 0.13.4 (master) to 0.13-dev
  • Loading branch information
lklimek authored Dec 14, 2023
2 parents 6548b56 + 82f3bfc commit 580e7bc
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 580e7bc

Please sign in to comment.