diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bf57dcbb..f20b91cd3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "1.10.2", - "crates/config": "1.5.1", - "crates/service": "1.6.1" + "crates/tap-agent": "1.10.3", + "crates/config": "1.5.2", + "crates/service": "1.6.2" } diff --git a/Cargo.lock b/Cargo.lock index 16ffc8ee9..19f07d458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4035,7 +4035,7 @@ dependencies = [ [[package]] name = "indexer-config" -version = "1.5.1" +version = "1.5.2" dependencies = [ "bigdecimal", "bip39", @@ -4136,7 +4136,7 @@ dependencies = [ [[package]] name = "indexer-service-rs" -version = "1.6.1" +version = "1.6.2" dependencies = [ "anyhow", "async-graphql", @@ -4202,7 +4202,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.10.2" +version = "1.10.3" dependencies = [ "anyhow", "async-trait", diff --git a/crates/config/CHANGELOG.md b/crates/config/CHANGELOG.md index 8497a94da..9dc8956f2 100644 --- a/crates/config/CHANGELOG.md +++ b/crates/config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.5.1...indexer-config-v1.5.2) (2025-08-11) + + +### Bug Fixes + +* trigger tap agent and service releases ([#809](https://github.com/graphprotocol/indexer-rs/issues/809)) ([2da2bd7](https://github.com/graphprotocol/indexer-rs/commit/2da2bd780c35cc5f71fe5aa509ce8378d296570a)) + ## [1.5.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.5.0...indexer-config-v1.5.1) (2025-07-24) diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 26e32f951..3a292f8cc 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-config" -version = "1.5.1" +version = "1.5.2" edition = "2021" [dependencies] diff --git a/crates/service/CHANGELOG.md b/crates/service/CHANGELOG.md index b8e1d63e8..c9e4d4a34 100644 --- a/crates/service/CHANGELOG.md +++ b/crates/service/CHANGELOG.md @@ -6,6 +6,13 @@ +## [1.6.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.6.1...indexer-service-rs-v1.6.2) (2025-08-11) + + +### Bug Fixes + +* trigger tap agent and service releases ([#809](https://github.com/graphprotocol/indexer-rs/issues/809)) ([2da2bd7](https://github.com/graphprotocol/indexer-rs/commit/2da2bd780c35cc5f71fe5aa509ce8378d296570a)) + ## [1.6.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.6.0...indexer-service-rs-v1.6.1) (2025-07-24) diff --git a/crates/service/Cargo.toml b/crates/service/Cargo.toml index ea8ec8c38..f5219fa55 100644 --- a/crates/service/Cargo.toml +++ b/crates/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-service-rs" -version = "1.6.1" +version = "1.6.2" edition = "2021" license = "Apache-2.0" diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index 31174084d..d2dcfbf60 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,13 @@ +## [1.10.3](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.10.2...indexer-tap-agent-v1.10.3) (2025-08-11) + + +### Bug Fixes + +* trigger tap agent and service releases ([#809](https://github.com/graphprotocol/indexer-rs/issues/809)) ([2da2bd7](https://github.com/graphprotocol/indexer-rs/commit/2da2bd780c35cc5f71fe5aa509ce8378d296570a)) + ## [1.10.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.10.1...indexer-tap-agent-v1.10.2) (2025-07-24) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index 6700e96ad..02f4e5629 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.2" +version = "1.10.3" edition = "2021" publish = false