From 51b953c24fbee916205b97aae613b5f4eb66ab68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 16:36:07 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- crates/bin/escrow_manager/CHANGELOG.md | 7 +++++++ crates/bin/escrow_manager/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87af50e..229d31e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { ".": "0.0.0", "crates/bin/aggregator": "0.8.0", - "crates/bin/escrow_manager": "2.2.0", + "crates/bin/escrow_manager": "2.2.1", "crates/core": "7.0.0", "crates/integration_tests": "0.1.30", "crates/eip712_message": "1.0.0", diff --git a/crates/bin/escrow_manager/CHANGELOG.md b/crates/bin/escrow_manager/CHANGELOG.md index e51951e..9f1b393 100644 --- a/crates/bin/escrow_manager/CHANGELOG.md +++ b/crates/bin/escrow_manager/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/graphprotocol/graph-tally/compare/graph_tally_escrow_manager-v2.2.0...graph_tally_escrow_manager-v2.2.1) (2026-09-24) + + +### Bug Fixes + +* **escrow:** unbounded u128 ([#25](https://github.com/graphprotocol/graph-tally/issues/25)) ([f10686b](https://github.com/graphprotocol/graph-tally/commit/f10686b15e3be33b26e0cca2e029940d3b761fb5)) + ## [2.2.0](https://github.com/graphprotocol/graph-tally/compare/graph_tally_escrow_manager-v2.1.0...graph_tally_escrow_manager-v2.2.0) (2026-09-22) diff --git a/crates/bin/escrow_manager/Cargo.toml b/crates/bin/escrow_manager/Cargo.toml index cb8d6d8..d56f4e4 100644 --- a/crates/bin/escrow_manager/Cargo.toml +++ b/crates/bin/escrow_manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graph_tally_escrow_manager" -version = "2.2.0" +version = "2.2.1" edition.workspace = true rust-version.workspace = true license.workspace = true