From 28cf4a1f4ba405235edbcfef1897f0d1156f6cae Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:59:12 +0200 Subject: [PATCH] chore(main): release connector 0.6.11 (#254) --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ src/distro/Cargo.lock | 2 +- src/distro/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index e78d7875..7038297f 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.10" + ".": "0.6.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 66cdee62..aac033ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.11](https://github.com/fluencelabs/decider/compare/connector-v0.6.10...connector-v0.6.11) (2024-03-07) + + +### Features + +* support new deal status ([#253](https://github.com/fluencelabs/decider/issues/253)) ([d95fe9d](https://github.com/fluencelabs/decider/commit/d95fe9d2c07198d3a76fda7afff8bdc6ea0fb417)) + ## [0.6.10](https://github.com/fluencelabs/decider/compare/connector-v0.6.9...connector-v0.6.10) (2024-02-26) diff --git a/src/distro/Cargo.lock b/src/distro/Cargo.lock index 46bde512..2175e1c6 100644 --- a/src/distro/Cargo.lock +++ b/src/distro/Cargo.lock @@ -78,7 +78,7 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "decider-distro" -version = "0.6.10" +version = "0.6.11" dependencies = [ "built", "fluence-spell-dtos", diff --git a/src/distro/Cargo.toml b/src/distro/Cargo.toml index 1ab73b71..3dfd929a 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.6.10" +version = "0.6.11" edition = "2021" build = "built.rs" include = [ "/src", "built.rs", "Cargo.toml", "decider-spell" ]