diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 2b114496d1..1f59b6814a 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.0" + ".": "0.27.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 501d6e66f1..06f52727e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.27.1](https://github.com/fluencelabs/nox/compare/nox-v0.27.0...nox-v0.27.1) (2024-09-10) + + +### Bug Fixes + +* **vm:** allow only nvidia and amd gpus ([#2362](https://github.com/fluencelabs/nox/issues/2362)) ([96cd1f4](https://github.com/fluencelabs/nox/commit/96cd1f4fb9b8e87f66d8d565e0407b1a4db53f06)) + ## [0.27.0](https://github.com/fluencelabs/nox/compare/nox-v0.26.2...nox-v0.27.0) (2024-09-04) diff --git a/Cargo.lock b/Cargo.lock index 660d1d61e8..702b18ee12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5801,7 +5801,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.27.0" +version = "0.27.1" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index a674cdf38d..7124721991 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.27.0" +version = "0.27.1" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"