diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6860ae9e5..8a179843a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "1.7.4", + "crates/tap-agent": "1.8.0", "crates/config": "1.2.2", "crates/service": "1.4.1" } diff --git a/Cargo.lock b/Cargo.lock index dba479310..3f6c85034 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3805,7 +3805,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.7.4" +version = "1.8.0" dependencies = [ "anyhow", "async-trait", diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index 1391501a5..2239e9b1e 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,13 @@ +## [1.8.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.7.4...indexer-tap-agent-v1.8.0) (2025-01-29) + + +### Features + +* grpc client for tap aggregator ([#583](https://github.com/graphprotocol/indexer-rs/issues/583)) ([c3ede8f](https://github.com/graphprotocol/indexer-rs/commit/c3ede8f8bfe1820dd0bdc8876af083a8971d39ff)) + ## [1.7.4](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.7.3...indexer-tap-agent-v1.7.4) (2024-12-18) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index a65d7def1..3649159fe 100644 --- a/crates/tap-agent/Cargo.toml +++ b/crates/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.7.4" +version = "1.8.0" edition = "2021" publish = false