Skip to content

Commit ff458d4

Browse files
atheibkchr
andauthored
Release 2.0.5 (#1054)
We are targeting enactment on 27th of January. --------- Co-authored-by: Bastian Köcher <[email protected]>
1 parent 075a913 commit ff458d4

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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+
## [2.0.5] 13.01.2026
88

99
### Added
1010
- Bridge-Hubs - Add proxy pallet ([#1045](https://github.com/polkadot-fellows/runtimes/pull/1045)).

relay/kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
188188
spec_name: alloc::borrow::Cow::Borrowed("kusama"),
189189
impl_name: alloc::borrow::Cow::Borrowed("parity-kusama"),
190190
authoring_version: 2,
191-
spec_version: 2_000_004,
191+
spec_version: 2_000_005,
192192
impl_version: 0,
193193
apis: RUNTIME_API_VERSIONS,
194194
transaction_version: 26,

relay/polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
177177
spec_name: alloc::borrow::Cow::Borrowed("polkadot"),
178178
impl_name: alloc::borrow::Cow::Borrowed("parity-polkadot"),
179179
authoring_version: 0,
180-
spec_version: 2_000_004,
180+
spec_version: 2_000_005,
181181
impl_version: 0,
182182
apis: RUNTIME_API_VERSIONS,
183183
transaction_version: 26,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
146146
spec_name: Cow::Borrowed("statemine"),
147147
impl_name: Cow::Borrowed("statemine"),
148148
authoring_version: 1,
149-
spec_version: 2_000_004,
149+
spec_version: 2_000_005,
150150
impl_version: 0,
151151
apis: RUNTIME_API_VERSIONS,
152152
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
@@ -199,7 +199,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
199199
impl_name: Cow::Borrowed("statemint"),
200200
spec_name: Cow::Borrowed("statemint"),
201201
authoring_version: 1,
202-
spec_version: 2_000_004,
202+
spec_version: 2_000_005,
203203
impl_version: 0,
204204
apis: RUNTIME_API_VERSIONS,
205205
transaction_version: 15,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180180
spec_name: Cow::Borrowed("bridge-hub-kusama"),
181181
impl_name: Cow::Borrowed("bridge-hub-kusama"),
182182
authoring_version: 1,
183-
spec_version: 2_000_004,
183+
spec_version: 2_000_005,
184184
impl_version: 0,
185185
apis: RUNTIME_API_VERSIONS,
186186
transaction_version: 5,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
190190
spec_name: Cow::Borrowed("bridge-hub-polkadot"),
191191
impl_name: Cow::Borrowed("bridge-hub-polkadot"),
192192
authoring_version: 1,
193-
spec_version: 2_000_004,
193+
spec_version: 2_000_005,
194194
impl_version: 0,
195195
apis: RUNTIME_API_VERSIONS,
196196
transaction_version: 4,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
130130
spec_name: Cow::Borrowed("collectives"),
131131
impl_name: Cow::Borrowed("collectives"),
132132
authoring_version: 1,
133-
spec_version: 2_000_004,
133+
spec_version: 2_000_005,
134134
impl_version: 0,
135135
apis: RUNTIME_API_VERSIONS,
136136
transaction_version: 7,

system-parachains/coretime/coretime-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
153153
spec_name: Cow::Borrowed("coretime-kusama"),
154154
impl_name: Cow::Borrowed("coretime-kusama"),
155155
authoring_version: 1,
156-
spec_version: 2_000_004,
156+
spec_version: 2_000_005,
157157
impl_version: 0,
158158
apis: RUNTIME_API_VERSIONS,
159159
transaction_version: 1,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
153153
spec_name: Cow::Borrowed("coretime-polkadot"),
154154
impl_name: Cow::Borrowed("coretime-polkadot"),
155155
authoring_version: 1,
156-
spec_version: 2_000_004,
156+
spec_version: 2_000_005,
157157
impl_version: 0,
158158
apis: RUNTIME_API_VERSIONS,
159159
transaction_version: 0,

0 commit comments

Comments
 (0)