Skip to content

Commit e9f23cd

Browse files
committed
release: v1.5.4 (crypto-org-chain#1902)
1 parent c64a52f commit e9f23cd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,18 @@
88
* [#1882](https://github.com/crypto-org-chain/cronos/pull/1882) Support for eip2935
99
* [#1880](https://github.com/crypto-org-chain/cronos/pull/1880) Move module from v2 to v1 to follow semver convention
1010
* [#1888](https://github.com/crypto-org-chain/cronos/pull/1888) Patch comet bft (GHSA-hrhf-2vcr-ghch)
11+
12+
13+
*Nov 30, 2025*
14+
15+
## v1.5.4
16+
17+
### Improvements
18+
19+
* [#1898](https://github.com/crypto-org-chain/cronos/pull/1898) Chore: cleanup release by reverting #1892, #1893 and #1850.
1120
* [#1901](https://github.com/crypto-org-chain/cronos/pull/1901) Feat: add mempool.feebump and disable-tx-replacement flags.
1221

22+
1323
*Oct 30, 2025*
1424

1525
## v1.5.3

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
nativeByteOrder ? true, # nativeByteOrder mode will panic on big endian machines
1212
}:
1313
let
14-
version = "v1.5.3";
14+
version = "v1.5.4";
1515
pname = "cronosd";
1616
tags = [
1717
"ledger"

0 commit comments

Comments
 (0)