From 7fec5e3f42f73131bf3af56ef9bcd31a4e4cacc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 13:59:27 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- crates/bin/aggregator/CHANGELOG.md | 11 +++++++++++ crates/bin/aggregator/Cargo.toml | 2 +- crates/integration_tests/Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe2b7b4..87af50e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { ".": "0.0.0", - "crates/bin/aggregator": "0.7.1", + "crates/bin/aggregator": "0.8.0", "crates/bin/escrow_manager": "2.2.0", "crates/core": "7.0.0", - "crates/integration_tests": "0.1.29", + "crates/integration_tests": "0.1.30", "crates/eip712_message": "1.0.0", "crates/graph": "1.0.0", "crates/receipt": "2.0.0" diff --git a/crates/bin/aggregator/CHANGELOG.md b/crates/bin/aggregator/CHANGELOG.md index d3fa53c..0f1a5e9 100644 --- a/crates/bin/aggregator/CHANGELOG.md +++ b/crates/bin/aggregator/CHANGELOG.md @@ -31,6 +31,17 @@ +## [0.8.0](https://github.com/graphprotocol/graph-tally/compare/graph_tally_aggregator-v0.7.1...graph_tally_aggregator-v0.8.0) (2026-09-24) + + +### ⚠ BREAKING CHANGES + +* **aggregator:** support multiple payer-signer pairs ([#23](https://github.com/graphprotocol/graph-tally/issues/23)) + +### Features + +* **aggregator:** support multiple payer-signer pairs ([#23](https://github.com/graphprotocol/graph-tally/issues/23)) ([b832ac8](https://github.com/graphprotocol/graph-tally/commit/b832ac8f87e38826408f9696bbac144977858d46)) + ## [0.7.1](https://github.com/graphprotocol/graph-tally/compare/graph_tally_aggregator-v0.7.0...graph_tally_aggregator-v0.7.1) (2026-05-04) diff --git a/crates/bin/aggregator/Cargo.toml b/crates/bin/aggregator/Cargo.toml index 5332004..529d678 100644 --- a/crates/bin/aggregator/Cargo.toml +++ b/crates/bin/aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graph_tally_aggregator" -version = "0.7.1" +version = "0.8.0" edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/crates/integration_tests/Cargo.toml b/crates/integration_tests/Cargo.toml index 34f3550..d2d49bd 100644 --- a/crates/integration_tests/Cargo.toml +++ b/crates/integration_tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graph_tally_integration_tests" -version = "0.1.29" +version = "0.1.30" edition.workspace = true rust-version.workspace = true license.workspace = true