diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fbc7e2198..656eb3aa3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "1.9.1", - "crates/config": "1.3.0", - "crates/service": "1.5.0" + "crates/tap-agent": "1.9.2", + "crates/config": "1.3.1", + "crates/service": "1.5.1" } diff --git a/Cargo.lock b/Cargo.lock index 7fcb9b8d4..763560daf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3859,7 +3859,7 @@ dependencies = [ [[package]] name = "indexer-config" -version = "1.3.0" +version = "1.3.1" dependencies = [ "bigdecimal", "bip39", @@ -3958,7 +3958,7 @@ dependencies = [ [[package]] name = "indexer-service-rs" -version = "1.5.0" +version = "1.5.1" dependencies = [ "anyhow", "async-graphql", @@ -4023,7 +4023,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.9.1" +version = "1.9.2" dependencies = [ "anyhow", "async-trait", diff --git a/crates/config/CHANGELOG.md b/crates/config/CHANGELOG.md index c79bcb79d..c208f5c9c 100644 --- a/crates/config/CHANGELOG.md +++ b/crates/config/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.3.0...indexer-config-v1.3.1) (2025-04-10) + + +### Bug Fixes + +* **config:** add missing config field ([26a6f56](https://github.com/graphprotocol/indexer-rs/commit/26a6f5680a6bfefb9ae82e3d08c2562179780a10)) +* validate dips pricing ([#675](https://github.com/graphprotocol/indexer-rs/issues/675)) ([3d2728d](https://github.com/graphprotocol/indexer-rs/commit/3d2728da9f10a61815cc284ecb0f572d36394aee)) + ## [1.3.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.2.2...indexer-config-v1.3.0) (2025-02-12) diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index ce1dfbc23..cb2225e7f 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-config" -version = "1.3.0" +version = "1.3.1" edition = "2021" [dependencies] diff --git a/crates/service/CHANGELOG.md b/crates/service/CHANGELOG.md index 248225d45..9308de5b6 100644 --- a/crates/service/CHANGELOG.md +++ b/crates/service/CHANGELOG.md @@ -6,6 +6,14 @@ +## [1.5.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.0...indexer-service-rs-v1.5.1) (2025-04-10) + + +### Bug Fixes + +* use the correct eip712 domain for each part of dips ([#667](https://github.com/graphprotocol/indexer-rs/issues/667)) ([ebe950b](https://github.com/graphprotocol/indexer-rs/commit/ebe950b7397a2844117f077df7709786cf3bb404)) +* validate dips pricing ([#675](https://github.com/graphprotocol/indexer-rs/issues/675)) ([3d2728d](https://github.com/graphprotocol/indexer-rs/commit/3d2728da9f10a61815cc284ecb0f572d36394aee)) + ## [1.5.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.4.2...indexer-service-rs-v1.5.0) (2025-03-17) diff --git a/crates/service/Cargo.toml b/crates/service/Cargo.toml index d419aff44..1bbb3dfa9 100644 --- a/crates/service/Cargo.toml +++ b/crates/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-service-rs" -version = "1.5.0" +version = "1.5.1" edition = "2021" license = "Apache-2.0" diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index 4f2e1409b..d51a461f4 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,13 @@ +## [1.9.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.1...indexer-tap-agent-v1.9.2) (2025-04-10) + + +### Bug Fixes + +* **config:** add missing config field ([26a6f56](https://github.com/graphprotocol/indexer-rs/commit/26a6f5680a6bfefb9ae82e3d08c2562179780a10)) + ## [1.9.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.0...indexer-tap-agent-v1.9.1) (2025-02-13) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index 8fd0bd725..f994b5a1b 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.1" +version = "1.9.2" edition = "2021" publish = false