diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 6f6793367e..27001fc295 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.13" + ".": "0.16.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe519d672..cb7fa50a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.16.14](https://github.com/fluencelabs/nox/compare/nox-v0.16.13...nox-v0.16.14) (2024-01-12) + + +### Features + +* introduce chain-listener [fixes NET-694 NET-673 NET-674 NET-677 NET-685] ([#1972](https://github.com/fluencelabs/nox/issues/1972)) ([3ff44b5](https://github.com/fluencelabs/nox/commit/3ff44b52d9709c370ade267bd8d4f30c1f376735)) +* **worker:** Refactoring key manager [fixes NET-702] ([#1985](https://github.com/fluencelabs/nox/issues/1985)) ([345f9b8](https://github.com/fluencelabs/nox/commit/345f9b89617dfe1a2eb399de27dc5ba36e5c8d1d)) + + +### Bug Fixes + +* **deps:** update rust crate decider-distro to v0.5.13 ([#2016](https://github.com/fluencelabs/nox/issues/2016)) ([0ea3a85](https://github.com/fluencelabs/nox/commit/0ea3a85cd0c1801a99467040aeddc6ab3fed56bb)) +* **deps:** update rust crate registry-distro to v0.9.4 ([#2010](https://github.com/fluencelabs/nox/issues/2010)) ([3f8c176](https://github.com/fluencelabs/nox/commit/3f8c176121bea8b547933163f84f145f1f5f9389)) +* **deps:** update rust crate trust-graph-distro to v0.4.10 ([#2008](https://github.com/fluencelabs/nox/issues/2008)) ([70798eb](https://github.com/fluencelabs/nox/commit/70798ebaf488aa236fda0d48594c94f50dd1cb81)) + ## [0.16.13](https://github.com/fluencelabs/nox/compare/nox-v0.16.12...nox-v0.16.13) (2023-12-29) diff --git a/Cargo.lock b/Cargo.lock index 2e7f3681de..ee6539cf6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4786,7 +4786,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.16.13" +version = "0.16.14" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 3d4c17c5a2..16ab0f3642 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.16.13" +version = "0.16.14" authors = ["Fluence Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"