diff --git a/Cargo.lock b/Cargo.lock index efc6d79..a039edc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1277,7 +1277,7 @@ dependencies = [ [[package]] name = "ghost-crab" -version = "0.7.0" +version = "0.7.1" dependencies = [ "alloy", "async-trait", diff --git a/ghost-crab/CHANGELOG.md b/ghost-crab/CHANGELOG.md index 9a0dedb..a094fab 100644 --- a/ghost-crab/CHANGELOG.md +++ b/ghost-crab/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1](https://github.com/stakelens/ghost-crab/compare/ghost-crab-v0.7.0...ghost-crab-v0.7.1) - 2024-07-26 + +### Added +- Add ctx.block() to EventContext + ## [0.7.0](https://github.com/stakelens/ghost-crab/compare/ghost-crab-v0.6.0...ghost-crab-v0.7.0) - 2024-07-25 ### Added diff --git a/ghost-crab/Cargo.toml b/ghost-crab/Cargo.toml index 0ce74e9..05acb04 100644 --- a/ghost-crab/Cargo.toml +++ b/ghost-crab/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ghost-crab" description = "ethereum indexer SDK 👻🦀" -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "MIT"