diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index d3535156fc..727a5db7d3 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.0" + ".": "0.21.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d800ee37..07074c3d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.1](https://github.com/fluencelabs/nox/compare/nox-v0.21.0...nox-v0.21.1) (2024-02-24) + + +### Bug Fixes + +* **deps:** update decider 0.6.9 ([#2120](https://github.com/fluencelabs/nox/issues/2120)) ([e8ca595](https://github.com/fluencelabs/nox/commit/e8ca5958b2a7dfcc625443227ef0856c199ab3cd)) + ## [0.21.0](https://github.com/fluencelabs/nox/compare/nox-v0.20.2...nox-v0.21.0) (2024-02-23) diff --git a/Cargo.lock b/Cargo.lock index 5f793ab114..174527c578 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5350,7 +5350,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.21.0" +version = "0.21.1" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index cef14939d7..33f07f9262 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.21.0" +version = "0.21.1" authors = ["Fluence Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"