diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8624c2249..85ca21081 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "1.9.7", - "crates/config": "1.4.0", - "crates/service": "1.5.7" + "crates/tap-agent": "1.10.0", + "crates/config": "1.5.0", + "crates/service": "1.6.0" } diff --git a/Cargo.lock b/Cargo.lock index 5f7d56dcf..89618deb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3886,7 +3886,7 @@ dependencies = [ [[package]] name = "indexer-config" -version = "1.4.0" +version = "1.5.0" dependencies = [ "bigdecimal", "bip39", @@ -3985,7 +3985,7 @@ dependencies = [ [[package]] name = "indexer-service-rs" -version = "1.5.7" +version = "1.6.0" dependencies = [ "anyhow", "async-graphql", @@ -4051,7 +4051,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.9.7" +version = "1.10.0" dependencies = [ "anyhow", "async-trait", diff --git a/crates/config/CHANGELOG.md b/crates/config/CHANGELOG.md index 8ec49a74d..985cb8257 100644 --- a/crates/config/CHANGELOG.md +++ b/crates/config/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.5.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.4.0...indexer-config-v1.5.0) (2025-07-02) + + +### Features + +* support horizon ([#752](https://github.com/graphprotocol/indexer-rs/issues/752)) ([e8474bb](https://github.com/graphprotocol/indexer-rs/commit/e8474bb265ecce8d8be9859ae2b2044c6d2224b0)) + + +### Bug Fixes + +* **integration-tests:** fund v1 and v2 escrow in test setup ([e8474bb](https://github.com/graphprotocol/indexer-rs/commit/e8474bb265ecce8d8be9859ae2b2044c6d2224b0)) + ## [1.4.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.3.2...indexer-config-v1.4.0) (2025-05-29) diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 5bb696261..a81a604ae 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-config" -version = "1.4.0" +version = "1.5.0" edition = "2021" [dependencies] diff --git a/crates/service/CHANGELOG.md b/crates/service/CHANGELOG.md index 9c388799f..3863dec58 100644 --- a/crates/service/CHANGELOG.md +++ b/crates/service/CHANGELOG.md @@ -6,6 +6,18 @@ +## [1.6.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.7...indexer-service-rs-v1.6.0) (2025-07-02) + + +### Features + +* support horizon ([#752](https://github.com/graphprotocol/indexer-rs/issues/752)) ([e8474bb](https://github.com/graphprotocol/indexer-rs/commit/e8474bb265ecce8d8be9859ae2b2044c6d2224b0)) + + +### Bug Fixes + +* **integration-tests:** fund v1 and v2 escrow in test setup ([e8474bb](https://github.com/graphprotocol/indexer-rs/commit/e8474bb265ecce8d8be9859ae2b2044c6d2224b0)) + ## [1.5.7](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.6...indexer-service-rs-v1.5.7) (2025-05-29) ## [1.5.6](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.5...indexer-service-rs-v1.5.6) (2025-05-28) diff --git a/crates/service/Cargo.toml b/crates/service/Cargo.toml index b50da494c..5290a5a9d 100644 --- a/crates/service/Cargo.toml +++ b/crates/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-service-rs" -version = "1.5.7" +version = "1.6.0" edition = "2021" license = "Apache-2.0" diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index bb8e408a6..f6f8522c3 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,18 @@ +## [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) + + +### Features + +* support horizon ([#752](https://github.com/graphprotocol/indexer-rs/issues/752)) ([e8474bb](https://github.com/graphprotocol/indexer-rs/commit/e8474bb265ecce8d8be9859ae2b2044c6d2224b0)) + + +### Bug Fixes + +* **integration-tests:** fund v1 and v2 escrow in test setup ([e8474bb](https://github.com/graphprotocol/indexer-rs/commit/e8474bb265ecce8d8be9859ae2b2044c6d2224b0)) + ## [1.9.7](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.6...indexer-tap-agent-v1.9.7) (2025-05-29) ## [1.9.6](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.5...indexer-tap-agent-v1.9.6) (2025-05-28) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index 80e8329fd..eb1542142 100644 --- a/crates/tap-agent/Cargo.toml +++ b/crates/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.9.7" +version = "1.10.0" edition = "2021" publish = false