Skip to content

Commit 6e9e0b1

Browse files
committed
chore(release): update changelog and version to 1.5.3
1 parent df5dec0 commit 6e9e0b1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
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)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var (
99
const (
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

0 commit comments

Comments
 (0)