diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 0043b220eb..eb65bfe9ee 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.1" + ".": "0.26.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83342bccf9..2807dc8695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.26.2](https://github.com/fluencelabs/nox/compare/nox-v0.26.1...nox-v0.26.2) (2024-09-02) + + +### Features + +* **vm, gpu:** VM per peer, setup networking, add all GPUs to the VM [fixes BRND-60, PRO-721] ([#2356](https://github.com/fluencelabs/nox/issues/2356)) ([26d47b7](https://github.com/fluencelabs/nox/commit/26d47b7b936a53b522b21eac7bc0ecc5eb04c445)) + ## [0.26.1](https://github.com/fluencelabs/nox/compare/nox-v0.26.0...nox-v0.26.1) (2024-08-20) diff --git a/Cargo.lock b/Cargo.lock index 96e525b62d..82a5c3ad3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5801,7 +5801,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.26.1" +version = "0.26.2" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 5f2298928b..4cf5ecfa3f 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.26.1" +version = "0.26.2" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"