Skip to content

Commit

Permalink
chore(master): release nox 0.23.5 (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Mar 18, 2024
1 parent fb8ccd3 commit 3076d24
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.23.4"
".": "0.23.5"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.23.5](https://github.com/fluencelabs/nox/compare/nox-v0.23.4...nox-v0.23.5) (2024-03-18)


### Features

* **connector:** allow to set default fees ([#2181](https://github.com/fluencelabs/nox/issues/2181)) ([83f4346](https://github.com/fluencelabs/nox/commit/83f434652938cc888cbde1198466eb13a39646cf))


### Bug Fixes

* actually load proof id and increase poll limit ([#2183](https://github.com/fluencelabs/nox/issues/2183)) ([fb8ccd3](https://github.com/fluencelabs/nox/commit/fb8ccd3626ca63c7cbbfb64510b3e7894399d95d))

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


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

0 comments on commit 3076d24

Please sign in to comment.