diff --git a/Cargo.lock b/Cargo.lock index af60418..9879245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "ghost-crab" -version = "0.1.0" +version = "0.2.0" dependencies = [ "alloy", "async-trait", diff --git a/ghost-crab/CHANGELOG.md b/ghost-crab/CHANGELOG.md index dad1e26..fb213d1 100644 --- a/ghost-crab/CHANGELOG.md +++ b/ghost-crab/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/vistastaking/ghost-crab/compare/ghost-crab-v0.1.0...ghost-crab-v0.2.0) - 2024-06-28 + +### Other +- Adds contract_address to context +- release ([#24](https://github.com/vistastaking/ghost-crab/pull/24)) + ## [0.1.0](https://github.com/vistastaking/ghost-crab/releases/tag/ghost-crab-v0.1.0) - 2024-06-27 ### Fixed diff --git a/ghost-crab/Cargo.toml b/ghost-crab/Cargo.toml index 38b0f8e..da192a8 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.1.0" +version = "0.2.0" edition = "2021" license = "MIT"