diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a10f77dca..69901b360 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "1.11.0", - "crates/config": "1.6.0", - "crates/service": "1.7.0" + "crates/tap-agent": "1.12.0", + "crates/config": "1.7.0", + "crates/service": "1.7.1" } diff --git a/Cargo.lock b/Cargo.lock index 24dfa23b5..e52c4e331 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4244,7 +4244,7 @@ dependencies = [ [[package]] name = "indexer-config" -version = "1.6.0" +version = "1.7.0" dependencies = [ "bigdecimal", "bip39", @@ -4347,7 +4347,7 @@ dependencies = [ [[package]] name = "indexer-service-rs" -version = "1.7.0" +version = "1.7.1" dependencies = [ "anyhow", "async-graphql", @@ -4413,7 +4413,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.11.0" +version = "1.12.0" dependencies = [ "anyhow", "async-trait", diff --git a/crates/config/CHANGELOG.md b/crates/config/CHANGELOG.md index 02c94df43..160dbe70a 100644 --- a/crates/config/CHANGELOG.md +++ b/crates/config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.6.0...indexer-config-v1.7.0) (2025-12-02) + + +### Features + +* add allocation reconciliation ([#882](https://github.com/graphprotocol/indexer-rs/issues/882)) ([f8f8522](https://github.com/graphprotocol/indexer-rs/commit/f8f852204778965e66d92ef53677c27b9c83b829)) + ## [1.6.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.5.2...indexer-config-v1.6.0) (2025-09-29) diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 9b9aca73d..82e2fe789 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-config" -version = "1.6.0" +version = "1.7.0" edition = "2021" [dependencies] diff --git a/crates/service/CHANGELOG.md b/crates/service/CHANGELOG.md index e3e5d6d65..c2707136c 100644 --- a/crates/service/CHANGELOG.md +++ b/crates/service/CHANGELOG.md @@ -6,6 +6,8 @@ +## [1.7.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.7.0...indexer-service-rs-v1.7.1) (2025-12-02) + ## [1.7.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.6.2...indexer-service-rs-v1.7.0) (2025-09-29) diff --git a/crates/service/Cargo.toml b/crates/service/Cargo.toml index 67e43e4e1..5143df8da 100644 --- a/crates/service/Cargo.toml +++ b/crates/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-service-rs" -version = "1.7.0" +version = "1.7.1" edition = "2021" license = "Apache-2.0" diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index d955bba10..20c80fdc5 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,13 @@ +## [1.12.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.11.0...indexer-tap-agent-v1.12.0) (2025-12-02) + + +### Features + +* add allocation reconciliation ([#882](https://github.com/graphprotocol/indexer-rs/issues/882)) ([f8f8522](https://github.com/graphprotocol/indexer-rs/commit/f8f852204778965e66d92ef53677c27b9c83b829)) + ## [1.11.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.10.3...indexer-tap-agent-v1.11.0) (2025-09-29) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index 61aa023b7..16a48f797 100644 --- a/crates/tap-agent/Cargo.toml +++ b/crates/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.11.0" +version = "1.12.0" edition = "2021" publish = false