Skip to content

Commit fd7e68a

Browse files
authored
Release 1.4.2 (#616)
Release 1.4.2 for: - #535 (PAH and KAH) - #614 (P Collectives) - #604 (PAH and KAH) --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
1 parent 22d1ab8 commit fd7e68a

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,17 @@ Changelog for the runtimes governed by the Polkadot Fellowship.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
7+
## [1.4.2] 07.03.2025
88

99
### Added
1010

1111
- Adds support for remote proxies on AssetHub Polkadot and AssetHub Kusama. ‼️ Builders: Please read the docs and the implications around the lifetime of a proxy on a remote chain. ‼️ ([polkadot-fellows/runtimes#535](https://github.com/polkadot-fellows/runtimes/pull/535))
12+
- Enabled state-trie-migration for Kusama and Polkadot Asset Hubs ([polkadot-fellows/runtimes/pull/604](https://github.com/polkadot-fellows/runtimes/pull/604))
1213

1314
### Fixed
1415

1516
- Correct weights of the scheduler pallet to avoid failing fellowship proposals ([polkadot-fellows/runtimes#614](https://github.com/polkadot-fellows/runtimes/pull/614))
1617

17-
### Added
18-
19-
- Enabled state-trie-migration for Kusama and Polkadot Asset Hubs ([polkadot-fellows/runtimes/pull/604](https://github.com/polkadot-fellows/runtimes/pull/604))
20-
2118
## [1.4.1] 26.02.2025
2219

2320
### Fixed

system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
123123
spec_name: create_runtime_str!("statemine"),
124124
impl_name: create_runtime_str!("statemine"),
125125
authoring_version: 1,
126-
spec_version: 1_004_001,
126+
spec_version: 1_004_002,
127127
impl_version: 0,
128128
apis: RUNTIME_API_VERSIONS,
129129
transaction_version: 15,

system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
155155
spec_name: create_runtime_str!("statemint"),
156156
impl_name: create_runtime_str!("statemint"),
157157
authoring_version: 1,
158-
spec_version: 1_004_001,
158+
spec_version: 1_004_002,
159159
impl_version: 0,
160160
apis: RUNTIME_API_VERSIONS,
161161
transaction_version: 15,

system-parachains/collectives/collectives-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
125125
spec_name: create_runtime_str!("collectives"),
126126
impl_name: create_runtime_str!("collectives"),
127127
authoring_version: 1,
128-
spec_version: 1_004_001,
128+
spec_version: 1_004_002,
129129
impl_version: 0,
130130
apis: RUNTIME_API_VERSIONS,
131131
transaction_version: 7,

0 commit comments

Comments
 (0)