diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index a8dfd094e0..71a6ced9aa 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.4" + ".": "0.27.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b5e33823..04ee06eb2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.27.5](https://github.com/fluencelabs/nox/compare/nox-v0.27.4...nox-v0.27.5) (2024-09-12) + + +### Bug Fixes + +* **listener:** next epoch calculation ([#2371](https://github.com/fluencelabs/nox/issues/2371)) ([2d29b30](https://github.com/fluencelabs/nox/commit/2d29b30973fa7bac4f143eedb6b360860dc08815)) + ## [0.27.4](https://github.com/fluencelabs/nox/compare/nox-v0.27.3...nox-v0.27.4) (2024-09-12) diff --git a/Cargo.lock b/Cargo.lock index 30d954120c..9e3bf67623 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5801,7 +5801,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.27.4" +version = "0.27.5" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 4a4ca05459..58b44c2d13 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.27.4" +version = "0.27.5" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"