diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0adc892a..926caece 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "1.7.2", + "crates/tap-agent": "1.7.3", "crates/common": "1.4.0", "crates/config": "1.2.1", "crates/service": "1.3.2" diff --git a/Cargo.lock b/Cargo.lock index d3b8e4eb..d7a22d94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3580,7 +3580,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.7.2" +version = "1.7.3" dependencies = [ "alloy", "anyhow", diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index 012329e9..41f52345 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,13 @@ +## [1.7.3](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.7.2...indexer-tap-agent-v1.7.3) (2024-11-13) + + +### Bug Fixes + +* remove escrow adapter check ([#483](https://github.com/graphprotocol/indexer-rs/issues/483)) ([1faa61e](https://github.com/graphprotocol/indexer-rs/commit/1faa61e3432cf94771f29ab0872572eeb8aabd06)) + ## [1.7.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.6.0...indexer-tap-agent-v1.7.0) (2024-11-05) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index 731d1f22..a811d0c0 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.2" +version = "1.7.3" edition = "2021" publish = false