diff --git a/CHANGELOG.md b/CHANGELOG.md index 05eb6bb..c0c1e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,30 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.12.1](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.12.1) - 2024-12-04 + +### Bug Fixes + +- [js] Incorrect caller and contract address extracting ([#244](https://github.com/paradigmxyz/revm-inspectors/issues/244)) + +### Dependencies + +- Bump msrv 1.81 ([#243](https://github.com/paradigmxyz/revm-inspectors/issues/243)) + +### Miscellaneous Tasks + +- Remove bad todo ([#242](https://github.com/paradigmxyz/revm-inspectors/issues/242)) + ## [0.12.0](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.12.0) - 2024-11-28 ### Dependencies - Bump alloy ([#241](https://github.com/paradigmxyz/revm-inspectors/issues/241)) +### Miscellaneous Tasks + +- Release 0.12.0 + ### Other - Implement FlatCallTracer ([#240](https://github.com/paradigmxyz/revm-inspectors/issues/240)) diff --git a/Cargo.toml b/Cargo.toml index 28c3fcf..993321a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-inspectors" description = "Revm inspector implementations" -version = "0.12.0" +version = "0.12.1" edition = "2021" rust-version = "1.81.0" license = "MIT OR Apache-2.0"