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"