From 12748a93190a2ee12c0b2d90e10c0cdfcbaa4137 Mon Sep 17 00:00:00 2001 From: Dengjianping Date: Sat, 19 Feb 2022 00:24:32 +0800 Subject: [PATCH] Bump spev version and update changelog --- CHANGELOG.md | 12 ++++++++++++ runtime/calamari/src/lib.rs | 2 +- runtime/dolphin/src/lib.rs | 2 +- runtime/manta/src/lib.rs | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e22eafa7b..df51797b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## Pending +## v3.1.4-1 +### Breaking changes + +### Features + +### Improvements +- Bump spec version to **3141**. +- [\#403](https://github.com/Manta-Network/Manta/pull/403) Remove pallet_scheduler v3 migration after 3140 runtime upgrade. +- [\407](https://github.com/Manta-Network/Manta/pull/407) Update substrate dependencies to fix some low hanging fruit in democracy pallet. + +### Bug fixes + ## v3.1.4 ### Breaking changes diff --git a/runtime/calamari/src/lib.rs b/runtime/calamari/src/lib.rs index f923e7a02..dc96b9b93 100644 --- a/runtime/calamari/src/lib.rs +++ b/runtime/calamari/src/lib.rs @@ -111,7 +111,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("calamari"), impl_name: create_runtime_str!("calamari"), authoring_version: 1, - spec_version: 3140, + spec_version: 3141, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/runtime/dolphin/src/lib.rs b/runtime/dolphin/src/lib.rs index 436c3678d..1235b1da4 100644 --- a/runtime/dolphin/src/lib.rs +++ b/runtime/dolphin/src/lib.rs @@ -111,7 +111,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("dolphin"), impl_name: create_runtime_str!("dolphin"), authoring_version: 1, - spec_version: 3120, + spec_version: 3141, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/runtime/manta/src/lib.rs b/runtime/manta/src/lib.rs index cddfde247..4c5bf9d7f 100644 --- a/runtime/manta/src/lib.rs +++ b/runtime/manta/src/lib.rs @@ -110,7 +110,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("manta"), impl_name: create_runtime_str!("manta"), authoring_version: 1, - spec_version: 3140, + spec_version: 3141, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,