diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a7f90..701f44a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## UNRELEASED +## [0.9.12](https://github.com/streamingfast/substreams-ethereum/releases/tag/v0.9.12) * Re-generated the Rust Ethereum bindings with latest Firehose Ethereum Protobuf definitions. diff --git a/Cargo.toml b/Cargo.toml index 99b6c46..7306d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.9.11" +version = "0.9.12" edition = "2021" description = "Substreams development kit for Ethereum chains, contains Firehose Block model and helpers as well as utilities for Ethereum ABI encoding/decoding." homepage = "https://substreams.streamingfast.io/" @@ -20,10 +20,10 @@ categories = ["api-bindings", "external-ffi-bindings", "wasm"] rust-version = "1.60" [workspace.dependencies] -substreams-ethereum = { version = "0.9.11", path = "./substreams-ethereum" } -substreams-ethereum-abigen = { version = "0.9.11", path = "./abigen" } -substreams-ethereum-core = { version = "0.9.11", path = "./core" } -substreams-ethereum-derive = { version = "0.9.11", path = "./derive" } +substreams-ethereum = { version = "0.9.12", path = "./substreams-ethereum" } +substreams-ethereum-abigen = { version = "0.9.12", path = "./abigen" } +substreams-ethereum-core = { version = "0.9.12", path = "./core" } +substreams-ethereum-derive = { version = "0.9.12", path = "./derive" } [profile.release] lto = true