From 8857012919078bb0187610730edae26bb3f27be8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:46:53 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- Cargo.lock | 2 +- tap-agent/CHANGELOG.md | 7 +++++++ tap-agent/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f06899684..682b00a09 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "tap-agent": "1.2.0", + "tap-agent": "1.2.1", "common": "1.1.0", "config": "1.2.0", "service": "1.1.1" diff --git a/Cargo.lock b/Cargo.lock index 6b2b0c176..21f2fe43d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3117,7 +3117,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.2.0" +version = "1.2.1" dependencies = [ "alloy", "anyhow", diff --git a/tap-agent/CHANGELOG.md b/tap-agent/CHANGELOG.md index f29f13b2a..fe6b1dc4d 100644 --- a/tap-agent/CHANGELOG.md +++ b/tap-agent/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.2.0...indexer-tap-agent-v1.2.1) (2024-10-18) + + +### Bug Fixes + +* calculate unaggregate receipts up to last_id ([#385](https://github.com/graphprotocol/indexer-rs/issues/385)) ([76873f9](https://github.com/graphprotocol/indexer-rs/commit/76873f95f35fe636759f47763cec27ddc6f23f31)) + ## [1.2.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.1.1...indexer-tap-agent-v1.2.0) (2024-10-17) diff --git a/tap-agent/Cargo.toml b/tap-agent/Cargo.toml index 92f8f7aae..dd022884d 100644 --- a/tap-agent/Cargo.toml +++ b/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.2.0" +version = "1.2.1" edition = "2021" publish = false