diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index d9d5699b..8d9c2333 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.3" + ".": "0.5.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 28791d8e..4905744b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.4](https://github.com/fluencelabs/decider/compare/connector-v0.5.3...connector-v0.5.4) (2023-11-07) + + +### Features + +* **decider,chain_connector,tests:** Worker registration tx tracking [NET-575, NET-538] ([#90](https://github.com/fluencelabs/decider/issues/90)) ([22c1065](https://github.com/fluencelabs/decider/commit/22c1065ab3508374635076175078683988904a5e)) +* **decider:** Use streams instead of options [LNG-277] ([#106](https://github.com/fluencelabs/decider/issues/106)) ([9e92d8f](https://github.com/fluencelabs/decider/commit/9e92d8f78eedee4c93b23ac07c7b5b39c30712f4)) + ## [0.5.3](https://github.com/fluencelabs/decider/compare/connector-v0.5.2...connector-v0.5.3) (2023-10-28) diff --git a/src/distro/Cargo.lock b/src/distro/Cargo.lock index 00cab60f..47c4d3e9 100644 --- a/src/distro/Cargo.lock +++ b/src/distro/Cargo.lock @@ -78,7 +78,7 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "decider-distro" -version = "0.5.3" +version = "0.5.4" dependencies = [ "built", "fluence-spell-dtos", diff --git a/src/distro/Cargo.toml b/src/distro/Cargo.toml index 4c771ef0..55d00cbb 100644 --- a/src/distro/Cargo.toml +++ b/src/distro/Cargo.toml @@ -2,7 +2,7 @@ name = "decider-distro" description = "Distribution package for the decider spell including all services, configs and scripts used by it" license = "Apache-2.0" -version = "0.5.3" +version = "0.5.4" edition = "2021" build = "built.rs" include = [ "/src", "built.rs", "Cargo.toml", "decider-spell" ]