Skip to content

Commit 40f849d

Browse files
Trigger Release v1.2.8 (#374)
Triggers the release of #358 to reduce costs to run the Ethereum client.
1 parent bb52c32 commit 40f849d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@ 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.2.8] 03.07.2024
88

99
### Changed
1010

1111
- Polkadot chains: allow arbitrary XCM execution ([polkadot-fellows/runtimes#345](https://github.com/polkadot-fellows/runtimes/pull/345))
1212
- Snowbridge: Sync headers on demand ([polkadot-fellows/runtimes#345](https://github.com/polkadot-fellows/runtimes/pull/365))
1313

14+
Note: This release only affects the following runtimes and is not a full system release:
15+
16+
- Polkadot Relay Chain
17+
- Polkadot Asset Hub
18+
- Polkadot Bridge Hub
19+
- Polkadot Collectives
20+
- Kusama Relay Chain
21+
- Kusama Bridge Hub
22+
1423
## [1.2.7] 14.06.2024
1524

1625
Note: This release only affects the following runtimes and is not a full system release:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
112112
spec_name: create_runtime_str!("statemine"),
113113
impl_name: create_runtime_str!("statemine"),
114114
authoring_version: 1,
115-
spec_version: 1_002_008,
115+
spec_version: 1_002_006,
116116
impl_version: 0,
117117
apis: RUNTIME_API_VERSIONS,
118118
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
@@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
115115
spec_name: create_runtime_str!("collectives"),
116116
impl_name: create_runtime_str!("collectives"),
117117
authoring_version: 1,
118-
spec_version: 1_002_006,
118+
spec_version: 1_002_008,
119119
impl_version: 0,
120120
apis: RUNTIME_API_VERSIONS,
121121
transaction_version: 7,

0 commit comments

Comments
 (0)