From 52e268feb0e8a3cbbc3349e54a00132c3db03736 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:25:58 +0300 Subject: [PATCH 1/2] chore(master): release nox 0.27.2 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 1f59b6814a..35ad0937be 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.1" + ".": "0.27.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f52727e1..211bdd2166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.27.2](https://github.com/fluencelabs/nox/compare/nox-v0.27.1...nox-v0.27.2) (2024-09-12) + + +### Features + +* **listener:** skip proofs with wrong nonce ([#2365](https://github.com/fluencelabs/nox/issues/2365)) ([fe0ec7c](https://github.com/fluencelabs/nox/commit/fe0ec7c54030c7812df6493df0d975a9d6e197c7)) + ## [0.27.1](https://github.com/fluencelabs/nox/compare/nox-v0.27.0...nox-v0.27.1) (2024-09-10) From d8b0c8cdb6a68dbbc76ae482f84013c02f619b01 Mon Sep 17 00:00:00 2001 From: fluencebot Date: Thu, 12 Sep 2024 19:27:52 +0000 Subject: [PATCH 2/2] chore: Bump nox version to 0.27.2 --- Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 702b18ee12..8eed9c3563 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5801,7 +5801,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.27.1" +version = "0.27.2" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 7124721991..5ce23a333c 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.27.1" +version = "0.27.2" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"