From afc18eeeb4f369795fe4d832dca5446f9d51a46e Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Tue, 17 Sep 2024 23:20:58 +0300 Subject: [PATCH] chore(master): release nox 0.27.9 (#2380) --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 1c014e09e3..7cfeaa7622 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.8" + ".": "0.27.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bbde48ac68..d9e49602bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.27.9](https://github.com/fluencelabs/nox/compare/nox-v0.27.8...nox-v0.27.9) (2024-09-17) + + +### Features + +* **chain-listener:** enable ws ping ([#2379](https://github.com/fluencelabs/nox/issues/2379)) ([764f34c](https://github.com/fluencelabs/nox/commit/764f34ca50011500365d74e81851fc6540e9fdb0)) + ## [0.27.8](https://github.com/fluencelabs/nox/compare/nox-v0.27.7...nox-v0.27.8) (2024-09-17) diff --git a/Cargo.lock b/Cargo.lock index a13b2ce397..cbca43cf86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5801,7 +5801,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.27.7" +version = "0.27.9" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index b7230f391c..0dea53dd6e 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.27.7" +version = "0.27.9" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"