File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.5.3] - 2026-01-27
2+
3+ ### Build
4+
5+ - Id command fails to lookup uid 100 (#1236 )
6+ - Bump golang to 1.25.6, alpine to 3.23, bls-signatures to 1.3.6 (#1237 )
7+ - Bump github.com/opencontainers/runc (#1238 )
8+
19## [ 1.5.2] - 2026-01-27
210
311### Bug Fixes
412
513- Docker build fails when base image has no klogd user (#1205 )
614
15+ ### Miscellaneous Tasks
16+
17+ - Update changelog and version to 1.5.2
18+
719### Refactor
820
921- More granular rpc error codes (#1206 )
Original file line number Diff line number Diff line change 99const (
1010 // TMVersionDefault is the used as the fallback version for Tenderdash
1111 // when not using git describe. It is formatted with semantic versioning.
12- TMVersionDefault = "1.5.2 "
12+ TMVersionDefault = "1.5.3 "
1313 // ABCISemVer is the semantic version of the ABCI library
1414 ABCISemVer = "1.3.0"
1515
You can’t perform that action at this time.
0 commit comments