diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 83e5bb1ffb..9369ac899a 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.6" + ".": "0.27.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f91546ad..59a60e3fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.27.7](https://github.com/fluencelabs/nox/compare/nox-v0.27.6...nox-v0.27.7) (2024-09-16) + + +### Features + +* **vm:** check if virtualization is enabled ([#2375](https://github.com/fluencelabs/nox/issues/2375)) ([e95704b](https://github.com/fluencelabs/nox/commit/e95704b82f436b6d66979accc7f12510060111ce)) + ## [0.27.6](https://github.com/fluencelabs/nox/compare/nox-v0.27.5...nox-v0.27.6) (2024-09-13) diff --git a/Cargo.lock b/Cargo.lock index ce32884364..f79c7a9906 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5801,7 +5801,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.27.6" +version = "0.27.7" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 2cffcf10ab..b7230f391c 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.27.6" +version = "0.27.7" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"