diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1954f722..2b9dd1a3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "tap-agent": "1.7.0", - "common": "1.3.0", + "tap-agent": "1.7.1", + "common": "1.3.1", "config": "1.2.0", - "service": "1.3.0" + "service": "1.3.1" } diff --git a/Cargo.lock b/Cargo.lock index 7a0a9f50..6b8b1a79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3169,7 +3169,7 @@ dependencies = [ [[package]] name = "indexer-common" -version = "1.3.0" +version = "1.3.1" dependencies = [ "alloy", "anyhow", @@ -3230,7 +3230,7 @@ dependencies = [ [[package]] name = "indexer-service-rs" -version = "1.3.0" +version = "1.3.1" dependencies = [ "anyhow", "async-graphql", @@ -3259,7 +3259,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.7.0" +version = "1.7.1" dependencies = [ "alloy", "anyhow", diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md index 16600086..f5cdcdd0 100644 --- a/common/CHANGELOG.md +++ b/common/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-common-v1.3.0...indexer-common-v1.3.1) (2024-11-06) + + +### Bug Fixes + +* use request from gateway instead of serde req ([#464](https://github.com/graphprotocol/indexer-rs/issues/464)) ([fdeda9f](https://github.com/graphprotocol/indexer-rs/commit/fdeda9fea996f96e1c0a7bef291a551f426f5591)) + ## [1.3.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-common-v1.2.1...indexer-common-v1.3.0) (2024-11-01) diff --git a/common/Cargo.toml b/common/Cargo.toml index 6956c445..3d685583 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-common" -version = "1.3.0" +version = "1.3.1" edition = "2021" [dependencies] diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 122c8a47..704d6ec3 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -4,6 +4,13 @@ +## [1.3.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.3.0...indexer-service-rs-v1.3.1) (2024-11-06) + + +### Bug Fixes + +* use request from gateway instead of serde req ([#464](https://github.com/graphprotocol/indexer-rs/issues/464)) ([fdeda9f](https://github.com/graphprotocol/indexer-rs/commit/fdeda9fea996f96e1c0a7bef291a551f426f5591)) + ## [1.3.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.2.2...indexer-service-rs-v1.3.0) (2024-11-05) diff --git a/service/Cargo.toml b/service/Cargo.toml index dc1116d0..29cbba26 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-service-rs" -version = "1.3.0" +version = "1.3.1" edition = "2021" license = "Apache-2.0" diff --git a/tap-agent/CHANGELOG.md b/tap-agent/CHANGELOG.md index 5e33f490..1c71f52b 100644 --- a/tap-agent/CHANGELOG.md +++ b/tap-agent/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog + + ## [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/tap-agent/Cargo.toml b/tap-agent/Cargo.toml index aba8e88a..d949839a 100644 --- a/tap-agent/Cargo.toml +++ b/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.7.0" +version = "1.7.1" edition = "2021" publish = false