Skip to content

Commit a8b4695

Browse files
chore: release main
1 parent 0d76f35 commit a8b4695

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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
{
22
"crates/tap-agent": "1.7.4",
33
"crates/config": "1.2.2",
4-
"crates/service": "1.4.0"
4+
"crates/service": "1.4.1"
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/service/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77

88

9+
## [1.4.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.4.0...indexer-service-rs-v1.4.1) (2025-01-15)
10+
11+
12+
### Bug Fixes
13+
14+
* invalid serialization of CheckHealthError ([#565](https://github.com/graphprotocol/indexer-rs/issues/565)) ([73fdc95](https://github.com/graphprotocol/indexer-rs/commit/73fdc958aa93d89b8f58f3a93d859236d59ba20e))
15+
* retain headers in attestation middleware ([#577](https://github.com/graphprotocol/indexer-rs/issues/577)) ([0d76f35](https://github.com/graphprotocol/indexer-rs/commit/0d76f35c70b252f0df34d919a43785f3c860dc01))
16+
917
## [1.4.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.3.2...indexer-service-rs-v1.4.0) (2024-12-18)
1018

1119

crates/service/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-service-rs"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
edition = "2021"
55
license = "Apache-2.0"
66

0 commit comments

Comments
 (0)