Skip to content

Commit 3076d24

Browse files
authored
chore(master): release nox 0.23.5 (#2182)
1 parent fb8ccd3 commit 3076d24

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.23.4"
2+
".": "0.23.5"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.23.5](https://github.com/fluencelabs/nox/compare/nox-v0.23.4...nox-v0.23.5) (2024-03-18)
4+
5+
6+
### Features
7+
8+
* **connector:** allow to set default fees ([#2181](https://github.com/fluencelabs/nox/issues/2181)) ([83f4346](https://github.com/fluencelabs/nox/commit/83f434652938cc888cbde1198466eb13a39646cf))
9+
10+
11+
### Bug Fixes
12+
13+
* actually load proof id and increase poll limit ([#2183](https://github.com/fluencelabs/nox/issues/2183)) ([fb8ccd3](https://github.com/fluencelabs/nox/commit/fb8ccd3626ca63c7cbbfb64510b3e7894399d95d))
14+
315
## [0.23.4](https://github.com/fluencelabs/nox/compare/nox-v0.23.3...nox-v0.23.4) (2024-03-15)
416

517

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nox"
3-
version = "0.23.4"
3+
version = "0.23.5"
44
authors = ["Fluence Labs"]
55
description = "Node implementing peer functionality in the Fluence p2p network"
66
edition = "2021"

0 commit comments

Comments
 (0)