diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index ad166586ae..408e7da953 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.1" + ".": "0.28.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9f74b168..ced6b2379f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.28.2](https://github.com/fluencelabs/nox/compare/nox-v0.28.1...nox-v0.28.2) (2024-10-28) + + +### Features + +* **metrics:** add CC metrics ([#2390](https://github.com/fluencelabs/nox/issues/2390)) ([6cfa3a8](https://github.com/fluencelabs/nox/commit/6cfa3a85244ac66a12736ec323f21e274c57b637)) + + +### Bug Fixes + +* **listener,metrics:** fix counter of sent proofs ([#2393](https://github.com/fluencelabs/nox/issues/2393)) ([1e7c5cb](https://github.com/fluencelabs/nox/commit/1e7c5cb7a343a4038eeb83b1c852a161c80bbcf5)) +* **vm:** close libvirt connections ([#2392](https://github.com/fluencelabs/nox/issues/2392)) ([944b4b6](https://github.com/fluencelabs/nox/commit/944b4b6674039ea8f14a06d080df132005cff583)) + ## [0.28.1](https://github.com/fluencelabs/nox/compare/nox-v0.28.0...nox-v0.28.1) (2024-09-30) diff --git a/Cargo.lock b/Cargo.lock index aa05365991..de303314e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5854,7 +5854,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.28.1" +version = "0.28.2" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index ec526b20de..d2e243e58c 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.28.1" +version = "0.28.2" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"