diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85ca21081..0d1a2fe8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "1.10.0", + "crates/tap-agent": "1.10.1", "crates/config": "1.5.0", "crates/service": "1.6.0" } diff --git a/Cargo.lock b/Cargo.lock index 3d4560bdb..f4a32eba3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4052,7 +4052,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.10.0" +version = "1.10.1" dependencies = [ "anyhow", "async-trait", diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index f6f8522c3..24aa70b82 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,13 @@ +## [1.10.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.10.0...indexer-tap-agent-v1.10.1) (2025-07-16) + + +### Bug Fixes + +* **tap-agent:** check horizon is active before checking for escrow ([#776](https://github.com/graphprotocol/indexer-rs/issues/776)) ([e15ea7a](https://github.com/graphprotocol/indexer-rs/commit/e15ea7a65d13bdefe3ab86cd563636a48901b354)) + ## [1.10.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.7...indexer-tap-agent-v1.10.0) (2025-07-02) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index eb1542142..b5cb7daf7 100644 --- a/crates/tap-agent/Cargo.toml +++ b/crates/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.10.0" +version = "1.10.1" edition = "2021" publish = false