From 52fd209bd82f4f142fc31a0e297be29b45485072 Mon Sep 17 00:00:00 2001 From: Lumir Mrkva Date: Fri, 15 Oct 2021 15:15:44 +0200 Subject: [PATCH] 5.0.1 --- CHANGELOG.md | 4 ++++ Cargo.lock | 4 ++-- runtime/basilisk/Cargo.toml | 2 +- runtime/testing-basilisk/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf0f9c0948..2ab2ed48f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v5.0.1 (Thu Oct 14 2021) + +- fix: enabled XCM + # v5.0.0 (Fri Oct 08 2021) #### 🚀 Enhancement diff --git a/Cargo.lock b/Cargo.lock index d756de3a06d..ed5d0aa8d98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -530,7 +530,7 @@ dependencies = [ [[package]] name = "basilisk-runtime" -version = "18.0.0" +version = "19.0.0" dependencies = [ "common-runtime", "cumulus-pallet-aura-ext", @@ -11187,7 +11187,7 @@ dependencies = [ [[package]] name = "testing-basilisk-runtime" -version = "18.0.0" +version = "19.0.0" dependencies = [ "common-runtime", "cumulus-pallet-aura-ext", diff --git a/runtime/basilisk/Cargo.toml b/runtime/basilisk/Cargo.toml index bebbabef691..f868491adcf 100644 --- a/runtime/basilisk/Cargo.toml +++ b/runtime/basilisk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "basilisk-runtime" -version = "18.0.0" +version = "19.0.0" authors = ["GalacticCouncil"] edition = "2018" homepage = "https://github.com/galacticcouncil/Basilisk-node" diff --git a/runtime/testing-basilisk/Cargo.toml b/runtime/testing-basilisk/Cargo.toml index 216488919b9..15e2127f77d 100644 --- a/runtime/testing-basilisk/Cargo.toml +++ b/runtime/testing-basilisk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testing-basilisk-runtime" -version = "18.0.0" +version = "19.0.0" authors = ["GalacticCouncil"] edition = "2018" homepage = "https://github.com/galacticcouncil/Basilisk-node"