Skip to content

Commit 8c8473d

Browse files
chore: release main (#892)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a27f7d commit 8c8473d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"crates/tap-agent": "1.12.1",
2+
"crates/tap-agent": "1.12.2",
33
"crates/config": "1.8.0",
44
"crates/service": "1.8.0"
55
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tap-agent/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55

66

7+
## [1.12.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.12.1...indexer-tap-agent-v1.12.2) (2025-12-10)
8+
9+
10+
### Bug Fixes
11+
12+
* reconciliation escrow looks ups must use subgraph service address ([#891](https://github.com/graphprotocol/indexer-rs/issues/891)) ([5a27f7d](https://github.com/graphprotocol/indexer-rs/commit/5a27f7d96f06b4ee17ee6732b0060b3dae5a3408))
13+
714
## [1.12.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.12.0...indexer-tap-agent-v1.12.1) (2025-12-04)
815

916
## [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)

crates/tap-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexer-tap-agent"
3-
version = "1.12.1"
3+
version = "1.12.2"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)