Skip to content

Commit

Permalink
chore: release main (#566)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gustavo Inacio <[email protected]>
  • Loading branch information
github-actions[bot] and gusinacio authored Jan 16, 2025
1 parent dcfd054 commit 12ec5d0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"crates/tap-agent": "1.7.4",
"crates/config": "1.2.2",
"crates/service": "1.4.0"
"crates/service": "1.4.1"
}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions crates/service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@



## [1.4.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.4.0...indexer-service-rs-v1.4.1) (2025-01-16)


### Bug Fixes

* invalid serialization of CheckHealthError ([#565](https://github.com/graphprotocol/indexer-rs/issues/565)) ([73fdc95](https://github.com/graphprotocol/indexer-rs/commit/73fdc958aa93d89b8f58f3a93d859236d59ba20e))
* retain headers in attestation middleware ([#577](https://github.com/graphprotocol/indexer-rs/issues/577)) ([0d76f35](https://github.com/graphprotocol/indexer-rs/commit/0d76f35c70b252f0df34d919a43785f3c860dc01))

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


Expand Down
2 changes: 1 addition & 1 deletion crates/service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-service-rs"
version = "1.4.0"
version = "1.4.1"
edition = "2021"
license = "Apache-2.0"

Expand Down

0 comments on commit 12ec5d0

Please sign in to comment.