diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 70a5955b8a..da42885f33 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.3" + ".": "0.16.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0a6d359e..997a950935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.16.4](https://github.com/fluencelabs/nox/compare/nox-v0.16.3...nox-v0.16.4) (2023-12-01) + + +### Features + +* **workers:** add activate/deactivate [NET-587] ([#1889](https://github.com/fluencelabs/nox/issues/1889)) ([0883ab8](https://github.com/fluencelabs/nox/commit/0883ab8912ca19cb28dc9b6b388c48d5e6aa7306)) + + +### Bug Fixes + +* **deps:** update fluence-spell to v0.5.32 ([#1937](https://github.com/fluencelabs/nox/issues/1937)) ([5460b36](https://github.com/fluencelabs/nox/commit/5460b3697cc951297210a81373761ae4550bb31a)) + ## [0.16.3](https://github.com/fluencelabs/nox/compare/nox-v0.16.2...nox-v0.16.3) (2023-11-21) diff --git a/Cargo.lock b/Cargo.lock index ae8a778155..a7e9e1a8e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4603,7 +4603,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.16.3" +version = "0.16.4" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 23a30c7ee8..22f9194f1c 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.16.3" +version = "0.16.4" authors = ["Fluence Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"