From eda76b372f5dcbf55163cc101d3b6bf55cf7baa6 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:06:06 +0300 Subject: [PATCH] chore(master): release nox 0.28.1 (#2389) * chore(master): release nox 0.28.1 * chore: Bump nox version to 0.28.1 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9800444892..ad166586ae 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.0" + ".": "0.28.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc98d31b2..ea9f74b168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.28.1](https://github.com/fluencelabs/nox/compare/nox-v0.28.0...nox-v0.28.1) (2024-09-30) + + +### Features + +* **metrics:** add info nox config metrics ([#2387](https://github.com/fluencelabs/nox/issues/2387)) ([9e70b08](https://github.com/fluencelabs/nox/commit/9e70b089e43813ff5a8337cd8495ab4350585a00)) + + +### Bug Fixes + +* **vm-network:** fix iptables rules ([#2388](https://github.com/fluencelabs/nox/issues/2388)) ([757eacf](https://github.com/fluencelabs/nox/commit/757eacfe1257662c4e463d258edccf0cfb4404a8)) + ## [0.28.0](https://github.com/fluencelabs/nox/compare/nox-v0.27.9...nox-v0.28.0) (2024-09-23) diff --git a/Cargo.lock b/Cargo.lock index 085dc5a43e..aa05365991 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5854,7 +5854,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.28.0" +version = "0.28.1" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index fc9cc62177..ec526b20de 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.28.0" +version = "0.28.1" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"