Skip to content

Commit

Permalink
chore(master): release nox 0.23.4 (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Mar 15, 2024
1 parent ba61f15 commit 1bbc0d7
Show file tree
Hide file tree
Showing 4 changed files with 10 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.23.3"
".": "0.23.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.23.4](https://github.com/fluencelabs/nox/compare/nox-v0.23.3...nox-v0.23.4) (2024-03-15)


### Features

* **listener:** restart ws client + refactoring ([#2168](https://github.com/fluencelabs/nox/issues/2168)) ([ba61f15](https://github.com/fluencelabs/nox/commit/ba61f15ca1fc93203604291173bc2fb308f36771))

## [0.23.3](https://github.com/fluencelabs/nox/compare/nox-v0.23.2...nox-v0.23.3) (2024-03-14)


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.23.3"
version = "0.23.4"
authors = ["Fluence Labs"]
description = "Node implementing peer functionality in the Fluence p2p network"
edition = "2021"
Expand Down

0 comments on commit 1bbc0d7

Please sign in to comment.