Skip to content

Commit

Permalink
chore(master): release nox 0.28.1 (#2389)
Browse files Browse the repository at this point in the history
* chore(master): release nox 0.28.1

* chore: Bump nox version to 0.28.1
  • Loading branch information
fluencebot authored Sep 30, 2024
1 parent 757eacf commit eda76b3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.28.0"
".": "0.28.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.28.1](https:/fluencelabs/nox/compare/nox-v0.28.0...nox-v0.28.1) (2024-09-30)


### Features

* **metrics:** add info nox config metrics ([#2387](https:/fluencelabs/nox/issues/2387)) ([9e70b08](https:/fluencelabs/nox/commit/9e70b089e43813ff5a8337cd8495ab4350585a00))


### Bug Fixes

* **vm-network:** fix iptables rules ([#2388](https:/fluencelabs/nox/issues/2388)) ([757eacf](https:/fluencelabs/nox/commit/757eacfe1257662c4e463d258edccf0cfb4404a8))

## [0.28.0](https:/fluencelabs/nox/compare/nox-v0.27.9...nox-v0.28.0) (2024-09-23)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit eda76b3

Please sign in to comment.