File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
asset-hubs/asset-hub-kusama/src
collectives/collectives-polkadot/src Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,22 @@ Changelog for the runtimes governed by the Polkadot Fellowship.
44
55The 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
1625Note: This release only affects the following runtimes and is not a full system release:
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments