diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 71a6ced9aa..83e5bb1ffb 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.5" + ".": "0.27.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ee06eb2c..48f91546ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.27.6](https://github.com/fluencelabs/nox/compare/nox-v0.27.5...nox-v0.27.6) (2024-09-13) + + +### Features + +* **vm:** extend peer.identify with vm connection info ([#2364](https://github.com/fluencelabs/nox/issues/2364)) ([e29fca5](https://github.com/fluencelabs/nox/commit/e29fca5a63c051090b888a3ed93ddb8979721c95)) + ## [0.27.5](https://github.com/fluencelabs/nox/compare/nox-v0.27.4...nox-v0.27.5) (2024-09-12) diff --git a/Cargo.lock b/Cargo.lock index 9e3bf67623..ce32884364 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5801,7 +5801,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.27.5" +version = "0.27.6" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 58b44c2d13..2cffcf10ab 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.27.5" +version = "0.27.6" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"